SqlCeFunctions.Radians Method

 

Returns the radian measure corresponding to the specified angle in degrees.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRadians(Nullable<Decimal>)

Returns the radian measure corresponding to the specified angle in degrees.

System_CAPS_pubmethodSystem_CAPS_staticRadians(Nullable<Double>)

Returns the radian measure corresponding to the specified angle in degrees.

System_CAPS_pubmethodSystem_CAPS_staticRadians(Nullable<Int32>)

Returns the radian measure corresponding to the specified angle in degrees.

System_CAPS_pubmethodSystem_CAPS_staticRadians(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.

Return Value

Type: System.Nullable<Decimal>

The radian measure of the specified angle.


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.

Return Value

Type: System.Nullable<Double>

The radian measure of the specified angle.


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

Return Value

Type: System.Nullable<Int32>

The radian measure of the specified angle.


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

Return Value

Type: System.Nullable<Int64>

The radian measure of the specified angle.