MathF.Cos(Single) 方法

定义

返回指定角度的余弦值。

public:
 static float Cos(float x);
public static float Cos (float x);
static member Cos : single -> single
Public Shared Function Cos (x As Single) As Single

参数

x
Single

取余弦的角度。

返回

x 余弦值

注解

角度(x)必须以弧度为单位。 乘以 MathF.PI/180 将度转换为弧度。

此方法调用基础 C 运行时,确切的结果或有效输入范围在不同操作系统或体系结构之间可能有所不同。

适用于