Share via


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

定義

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

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

パラメーター

x
TSelf

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

戻り値

TSelf

x のサイン。

注釈

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

適用対象