Single.Sinh(Single) 方法

定义

计算值的双曲正弦值。

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

参数

x
Single

要计算其双曲正弦值(以弧度为单位)。

返回

双曲正弦值 x

实现

适用于