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的雙曲線正弦函數。

實作

適用於