NFloat.AsinPi(NFloat) メソッド

定義

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

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

パラメーター

x
NFloat

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

戻り値

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

実装

注釈

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

適用対象