SqlFunctions.Radians Method
Returns the radian measure corresponding to the specified angle in degrees.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.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. |
SqlFunctions.Radians Method (Nullable<Decimal>)
Returns the radian measure corresponding to the specified angle in degrees.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] [DbFunctionAttribute("SqlServer", "RADIANS")] public static Nullable<decimal> Radians( Nullable<decimal> arg )
Parameters
- arg
-
Type:
System.Nullable<Decimal>
The angle, measured in degrees.
SqlFunctions.Radians Method (Nullable<Double>)
Returns the radian measure corresponding to the specified angle in degrees.
[DbFunctionAttribute("SqlServer", "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.
SqlFunctions.Radians Method (Nullable<Int32>)
Returns the radian measure corresponding to the specified angle in degrees.
[DbFunctionAttribute("SqlServer", "RADIANS")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<int> Radians( Nullable<int> arg )
Parameters
- arg
-
Type:
System.Nullable<Int32>
The angle, measured in degrees
SqlFunctions.Radians Method (Nullable<Int64>)
Returns the radian measure corresponding to the specified angle in degrees.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] [DbFunctionAttribute("SqlServer", "RADIANS")] public static Nullable<long> Radians( Nullable<long> arg )
Parameters
- arg
-
Type:
System.Nullable<Int64>
The angle, measured in degrees