SqlCeFunctions.Radians Method
Returns the radian measure corresponding to the specified angle in degrees.
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Name | Description | |
---|---|---|
![]() ![]() | Radians(Nullable<Decimal>) | Returns the radian measure corresponding to the specified angle in degrees. |
![]() ![]() | Radians(Nullable<Double>) | Returns the radian measure corresponding to the specified angle in degrees. |
![]() ![]() | Radians(Nullable<Int32>) | Returns the radian measure corresponding to the specified angle in degrees. |
![]() ![]() | Radians(Nullable<Int64>) | Returns the radian measure corresponding to the specified angle in degrees. |
SqlCeFunctions.Radians Method (Nullable<Decimal>)
Returns the radian measure corresponding to the specified angle in degrees.
[DbFunctionAttribute("SqlServerCe", "RADIANS")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<decimal> Radians( Nullable<decimal> arg )
Parameters
- arg
-
Type:
System.Nullable<Decimal>
The angle, measured in degrees.
SqlCeFunctions.Radians Method (Nullable<Double>)
Returns the radian measure corresponding to the specified angle in degrees.
[DbFunctionAttribute("SqlServerCe", "RADIANS")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> Radians( Nullable<double> arg )
Parameters
- arg
-
Type:
System.Nullable<Double>
The angle, measured in degrees.
SqlCeFunctions.Radians Method (Nullable<Int32>)
Returns the radian measure corresponding to the specified angle in degrees.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] [DbFunctionAttribute("SqlServerCe", "RADIANS")] public static Nullable<int> Radians( Nullable<int> arg )
Parameters
- arg
-
Type:
System.Nullable<Int32>
The angle, measured in degrees
SqlCeFunctions.Radians Method (Nullable<Int64>)
Returns the radian measure corresponding to the specified angle in degrees.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] [DbFunctionAttribute("SqlServerCe", "RADIANS")] public static Nullable<long> Radians( Nullable<long> arg )
Parameters
- arg
-
Type:
System.Nullable<Int64>
The angle, measured in degrees