NFloat.AcosPi(NFloat) メソッド

定義

値のアークコサインを計算し、結果を で pi除算します。

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

パラメーター

x
NFloat

アークコサインが計算される値。

戻り値

のアークコサイン xを で割った pi

実装

注釈

これは、 間隔[-0.5, +0.5]で計算されますarccos(x) / π

適用対象