NFloat.Acos(NFloat) 方法

定义

计算值的反余弦值。

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

参数

x
NFloat

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

返回

的反余弦值 x

实现

注解

这将以间隔arccos(x)弧度为单位计算[+0, +π]

适用于