다음을 통해 공유


SqlFunctions.Degrees 메서드

정의

오버로드

Degrees(Nullable<Int64>)

라디안에서 지정된 각도로 해당하는 각도를 반환합니다.

Degrees(Nullable<Int32>)

라디안에서 지정된 각도로 해당하는 각도를 반환합니다.

Degrees(Nullable<Double>)

라디안에서 지정된 각도로 해당하는 각도를 반환합니다.

Degrees(Nullable<Decimal>)

라디안에서 지정된 각도로 해당하는 각도를 반환합니다.

Degrees(Nullable<Int64>)

라디안에서 지정된 각도로 해당하는 각도를 반환합니다.

[System.Data.Entity.DbFunction("SqlServer", "DEGREES")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg1")]
public static Nullable<long> Degrees(Nullable<long> arg1);
static member Degrees : Nullable<int64> -> Nullable<int64>
Public Shared Function Degrees (arg1 As Nullable(Of Long)) As Nullable(Of Long)

매개 변수

arg1
Nullable<Int64>

라디안 단위의 각도입니다.

반환

도로 변환된 지정된 각도입니다.

특성

적용 대상

Degrees(Nullable<Int32>)

라디안에서 지정된 각도로 해당하는 각도를 반환합니다.

[System.Data.Entity.DbFunction("SqlServer", "DEGREES")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg1")]
public static Nullable<int> Degrees(Nullable<int> arg1);
static member Degrees : Nullable<int> -> Nullable<int>
Public Shared Function Degrees (arg1 As Nullable(Of Integer)) As Nullable(Of Integer)

매개 변수

arg1
Nullable<Int32>

라디안 단위의 각도입니다.

반환

도로 변환된 지정된 각도입니다.

특성

적용 대상

Degrees(Nullable<Double>)

라디안에서 지정된 각도로 해당하는 각도를 반환합니다.

[System.Data.Entity.DbFunction("SqlServer", "DEGREES")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg1")]
public static Nullable<double> Degrees(Nullable<double> arg1);
static member Degrees : Nullable<double> -> Nullable<double>
Public Shared Function Degrees (arg1 As Nullable(Of Double)) As Nullable(Of Double)

매개 변수

arg1
Nullable<Double>

라디안 단위의 각도입니다.

반환

도로 변환된 지정된 각도입니다.

특성

적용 대상

Degrees(Nullable<Decimal>)

라디안에서 지정된 각도로 해당하는 각도를 반환합니다.

[System.Data.Entity.DbFunction("SqlServer", "DEGREES")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg1")]
public static Nullable<decimal> Degrees(Nullable<decimal> arg1);
static member Degrees : Nullable<decimal> -> Nullable<decimal>
Public Shared Function Degrees (arg1 As Nullable(Of Decimal)) As Nullable(Of Decimal)

매개 변수

arg1
Nullable<Decimal>

라디안 단위의 각도입니다.

반환

도로 변환된 지정된 각도입니다.

특성

적용 대상