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

戻り値

NFloat

のアークコサイン x

実装

注釈

これは、 arccos(x) 間隔 [+0, +π] ラジアンで計算されます。

適用対象