SqlCeFunctions.Degrees Method
Returns the corresponding angle in degrees for an angle specified in radians.
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Name | Description | |
---|---|---|
![]() ![]() | Degrees(Nullable<Decimal>) | Returns the corresponding angle in degrees for an angle specified in radians. |
![]() ![]() | Degrees(Nullable<Double>) | Returns the corresponding angle in degrees for an angle specified in radians. |
![]() ![]() | Degrees(Nullable<Int32>) | Returns the corresponding angle in degrees for an angle specified in radians. |
![]() ![]() | Degrees(Nullable<Int64>) | Returns the corresponding angle in degrees for an angle specified in radians. |
SqlCeFunctions.Degrees Method (Nullable<Decimal>)
Returns the corresponding angle in degrees for an angle specified in radians.
[DbFunctionAttribute("SqlServerCe", "DEGREES")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg1")] public static Nullable<decimal> Degrees( Nullable<decimal> arg1 )
Parameters
- arg1
-
Type:
System.Nullable<Decimal>
An angle, measured in radians.
SqlCeFunctions.Degrees Method (Nullable<Double>)
Returns the corresponding angle in degrees for an angle specified in radians.
[DbFunctionAttribute("SqlServerCe", "DEGREES")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg1")] public static Nullable<double> Degrees( Nullable<double> arg1 )
Parameters
- arg1
-
Type:
System.Nullable<Double>
An angle, measured in radians.
SqlCeFunctions.Degrees Method (Nullable<Int32>)
Returns the corresponding angle in degrees for an angle specified in radians.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg1")] [DbFunctionAttribute("SqlServerCe", "DEGREES")] public static Nullable<int> Degrees( Nullable<int> arg1 )
Parameters
- arg1
-
Type:
System.Nullable<Int32>
An angle, measured in radians.
SqlCeFunctions.Degrees Method (Nullable<Int64>)
Returns the corresponding angle in degrees for an angle specified in radians.
[DbFunctionAttribute("SqlServerCe", "DEGREES")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg1")] public static Nullable<long> Degrees( Nullable<long> arg1 )
Parameters
- arg1
-
Type:
System.Nullable<Int64>
An angle, measured in radians.