MathF.Acos(Single) 方法

定义

返回其余弦值是指定数字的角度。

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

参数

x
Single

要取其余数的数字。

返回

x 的阿科斯

注解

将返回值乘以 180/MathF.PI,以从弧度转换为度。

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

适用于