SqlFunctions.Degrees Method

 

Returns the corresponding angle in degrees for an angle specified in radians.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDegrees(Nullable<Decimal>)

Returns the corresponding angle in degrees for an angle specified in radians.

System_CAPS_pubmethodSystem_CAPS_staticDegrees(Nullable<Double>)

Returns the corresponding angle in degrees for an angle specified in radians.

System_CAPS_pubmethodSystem_CAPS_staticDegrees(Nullable<Int32>)

Returns the corresponding angle in degrees for an angle specified in radians.

System_CAPS_pubmethodSystem_CAPS_staticDegrees(Nullable<Int64>)

Returns the corresponding angle in degrees for an angle specified in radians.


SqlFunctions.Degrees Method (Nullable<Decimal>)

Returns the corresponding angle in degrees for an angle specified in radians.

[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", 
	MessageId = "arg1")]
[DbFunctionAttribute("SqlServer", "DEGREES")]
public static Nullable<decimal> Degrees(
	Nullable<decimal> arg1
)

Parameters

arg1
Type: System.Nullable<Decimal>

An angle, measured in radians.

Return Value

Type: System.Nullable<Decimal>

The specified angle converted to degrees.


SqlFunctions.Degrees Method (Nullable<Double>)

Returns the corresponding angle in degrees for an angle specified in radians.

[DbFunctionAttribute("SqlServer", "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.

Return Value

Type: System.Nullable<Double>

The specified angle converted to degrees.


SqlFunctions.Degrees Method (Nullable<Int32>)

Returns the corresponding angle in degrees for an angle specified in radians.

[DbFunctionAttribute("SqlServer", "DEGREES")]
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", 
	MessageId = "arg1")]
public static Nullable<int> Degrees(
	Nullable<int> arg1
)

Parameters

arg1
Type: System.Nullable<Int32>

An angle, measured in radians.

Return Value

Type: System.Nullable<Int32>

The specified angle converted to degrees.


SqlFunctions.Degrees Method (Nullable<Int64>)

Returns the corresponding angle in degrees for an angle specified in radians.

[DbFunctionAttribute("SqlServer", "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.

Return Value

Type: System.Nullable<Int64>

The specified angle converted to degrees.