NFloat.Cosh(NFloat) メソッド

定義

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

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

パラメーター

x
NFloat

双曲線余弦を計算する値をラジアン単位で指定します。

戻り値

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

実装

適用対象