Single.Cosh(Single) メソッド

定義

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

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

パラメーター

x
Single

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

返品

xの双曲線余弦。

実装

適用対象