NFloat.Asinh(NFloat) メソッド

定義

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

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

パラメーター

x
NFloat

双曲線アークサインを計算するラジアン単位の値。

戻り値

の双曲線アークサイン x

実装

適用対象