Double.Sinh(Double) 方法

定義

計算值的雙曲正弦值。

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

參數

x
Double

要計算其雙曲正弦值,以弧度為單位。

傳回

x的雙曲線正弦函數。

實作

適用於