IHyperbolicFunctions<TSelf>.Sinh(TSelf) 方法

定義

計算值的雙曲正弦值。

public:
 static TSelf Sinh(TSelf x);
public static abstract TSelf Sinh (TSelf x);
static member Sinh : 'Self -> 'Self
Public Shared Function Sinh (x As TSelf) As TSelf

參數

x
TSelf

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

傳回

TSelf

x的雙曲線正弦函數。

適用於