MathF.Atan(Single) 方法

定义

返回其正切值为指定数字的角度。

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

参数

x
Single

要获取 atan 的编号。

返回

x 的 atan

注解

正返回值表示 x 轴的逆时针角度;负返回值表示顺时针角度。

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

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

适用于