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

适用于