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, +π]が計算されます。

適用対象