共用方式為


SqlFunctions.Cot 方法

定義

多載

Cot(Nullable<Double>)

數學函數,會傳回指定角度 (以弧度為單位) 的三角餘切函數。

Cot(Nullable<Decimal>)

數學函數,會傳回指定角度 (以弧度為單位) 的三角餘切函數。

Cot(Nullable<Double>)

數學函數,會傳回指定角度 (以弧度為單位) 的三角餘切函數。

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

參數

arg
Nullable<Double>

以弧度為單位的角度。

傳回

指定之角度的三角餘切函數。

屬性

適用於

Cot(Nullable<Decimal>)

數學函數,會傳回指定角度 (以弧度為單位) 的三角餘切函數。

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

參數

arg
Nullable<Decimal>

以弧度為單位的角度。

傳回

指定之角度的三角餘切函數。

屬性

適用於