NFloat.Sinh(NFloat) メソッド

定義

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

public:
 static System::Runtime::InteropServices::NFloat Sinh(System::Runtime::InteropServices::NFloat x) = System::Numerics::IHyperbolicFunctions<System::Runtime::InteropServices::NFloat>::Sinh;
public static System.Runtime.InteropServices.NFloat Sinh (System.Runtime.InteropServices.NFloat x);
static member Sinh : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Sinh (x As NFloat) As NFloat

パラメーター

x
NFloat

戻り値

NFloat

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

実装

適用対象