SqlFunctions.Degrees 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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)
매개 변수
반환
도로 변환된 지정된 각도입니다.
- 특성
적용 대상
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)
매개 변수
반환
도로 변환된 지정된 각도입니다.
- 특성
적용 대상
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)
매개 변수
반환
도로 변환된 지정된 각도입니다.
- 특성
적용 대상
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)
매개 변수
반환
도로 변환된 지정된 각도입니다.
- 특성