Single.Sinh(Single) メソッド

定義

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

public:
 static float Sinh(float x) = System::Numerics::IHyperbolicFunctions<float>::Sinh;
public static float Sinh (float x);
static member Sinh : single -> single
Public Shared Function Sinh (x As Single) As Single

パラメーター

x
Single

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

戻り値

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

実装

適用対象