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で割った値)。

実装

注釈

これにより、間隔arcsin(x) / π[-0.5, +0.5]が計算されます。

適用対象