IHyperbolicFunctions<TSelf>.Sinh(TSelf) メソッド

定義

値の双曲線正弦を計算します。

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

パラメーター

x
TSelf

双曲線正弦を計算するラジアン単位の値。

戻り値

TSelf

x のハイパーボリック サイン。

適用対象