Share via


ITrigonometricFunctions<TSelf>.Cos(TSelf) メソッド

定義

値のコサインを計算します。

public:
 static TSelf Cos(TSelf x);
public static abstract TSelf Cos (TSelf x);
static member Cos : 'Self -> 'Self
Public Shared Function Cos (x As TSelf) As TSelf

パラメーター

x
TSelf

コサインが計算されるラジアン単位の値。

戻り値

TSelf

x のコサイン。

注釈

これにより、 が計算されます cos(x)

適用対象