NFloat.Atan(NFloat) 方法

定义

计算值的反正切值。

public:
 static System::Runtime::InteropServices::NFloat Atan(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::Atan;
public static System.Runtime.InteropServices.NFloat Atan(System.Runtime.InteropServices.NFloat x);
static member Atan : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Atan (x As NFloat) As NFloat

参数

x
NFloat

要计算其反正切的值(以弧度为单位)。

返回

的反正切值 x

实现

注解

这将以间隔arctan(x)弧度为单位计算[-π / 2, +π / 2]

适用于