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)
參數
傳回
轉換為度數的指定角度。
- 屬性