WorksheetFunction.Sech(Double) 方法

定义

返回角度的双曲正割值。

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

参数

Arg1
Double

要为其使用双曲正割值的角度(以弧度为单位)。

返回

DOUBLE

适用于