WorksheetFunction.Coth(Double) 方法

定义

返回数字的双曲余切值。

public:
 double Coth(double Arg1);
public double Coth (double Arg1);
Public Function Coth (Arg1 As Double) As Double

参数

Arg1
Double

需要双曲余切值的角度(以弧度为单位)。

返回

适用于