WorksheetFunction.Cot(Double) 方法

定义

返回角度的余切值。

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

参数

Arg1
Double

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

返回

适用于