다음을 통해 공유


SqlFunctions.Degrees 메서드

정의

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

오버로드

Degrees(Nullable<Int64>)

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

Degrees(Nullable<Int32>)

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

Degrees(Nullable<Double>)

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

Degrees(Nullable<Decimal>)

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

설명

이 함수는 직접 호출할 수 없습니다. 이 함수는 LINQ to Entities 쿼리 내에만 나타날 수 있습니다.

이 함수는 데이터베이스의 해당 함수로 변환됩니다. 해당 SQL Server 함수에 대한 자세한 내용은 DEGREES(Transact-SQL)를 참조하세요.

Degrees(Nullable<Int64>)

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

public:
 static Nullable<long> Degrees(Nullable<long> arg1);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")]
public static long? Degrees (long? arg1);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")>]
static member Degrees : Nullable<int64> -> Nullable<int64>
Public Shared Function Degrees (arg1 As Nullable(Of Long)) As Nullable(Of Long)

매개 변수

arg1
Nullable<Int64>

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

반환

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

특성

설명

이 함수는 직접 호출할 수 없습니다. 이 함수는 LINQ to Entities 쿼리 내에만 나타날 수 있습니다.

이 함수는 데이터베이스의 해당 함수로 변환됩니다. 해당 SQL Server 함수에 대한 자세한 내용은 DEGREES(Transact-SQL)를 참조하세요.

적용 대상

Degrees(Nullable<Int32>)

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

public:
 static Nullable<int> Degrees(Nullable<int> arg1);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")]
public static int? Degrees (int? arg1);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")>]
static member Degrees : Nullable<int> -> Nullable<int>
Public Shared Function Degrees (arg1 As Nullable(Of Integer)) As Nullable(Of Integer)

매개 변수

arg1
Nullable<Int32>

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

반환

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

특성

설명

이 함수는 직접 호출할 수 없습니다. 이 함수는 LINQ to Entities 쿼리 내에만 나타날 수 있습니다.

이 함수는 데이터베이스의 해당 함수로 변환됩니다. 해당 SQL Server 함수에 대한 자세한 내용은 DEGREES(Transact-SQL)를 참조하세요.

적용 대상

Degrees(Nullable<Double>)

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

public:
 static Nullable<double> Degrees(Nullable<double> arg1);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")]
public static double? Degrees (double? arg1);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")>]
static member Degrees : Nullable<double> -> Nullable<double>
Public Shared Function Degrees (arg1 As Nullable(Of Double)) As Nullable(Of Double)

매개 변수

arg1
Nullable<Double>

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

반환

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

특성

설명

이 함수는 직접 호출할 수 없습니다. 이 함수는 LINQ to Entities 쿼리 내에만 나타날 수 있습니다.

이 함수는 데이터베이스의 해당 함수로 변환됩니다. 해당 SQL Server 함수에 대한 자세한 내용은 DEGREES(Transact-SQL)를 참조하세요.

적용 대상

Degrees(Nullable<Decimal>)

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

public:
 static Nullable<System::Decimal> Degrees(Nullable<System::Decimal> arg1);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")]
public static decimal? Degrees (decimal? arg1);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")>]
static member Degrees : Nullable<decimal> -> Nullable<decimal>
Public Shared Function Degrees (arg1 As Nullable(Of Decimal)) As Nullable(Of Decimal)

매개 변수

arg1
Nullable<Decimal>

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

반환

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

특성

설명

이 함수는 직접 호출할 수 없습니다. 이 함수는 LINQ to Entities 쿼리 내에만 나타날 수 있습니다.

이 함수는 데이터베이스의 해당 함수로 변환됩니다. 해당 SQL Server 함수에 대한 자세한 내용은 DEGREES(Transact-SQL)를 참조하세요.

적용 대상