ITrigonometricFunctions<TSelf>.Cos(TSelf) 方法

定义

计算值的余弦值。

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

参数

x
TSelf

要计算余弦值的值(以弧度为单位)。

返回

TSelf

x 的余弦值。

注解

这会计算 cos(x)

适用于