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 的双曲正弦值。

实现

适用于