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

实现

适用于