共用方式為


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>

以弧度為單位的角度。

傳回

轉換為度數的指定角度。

屬性

適用於