NFloat.Asin(NFloat) メソッド

定義

値のアークサインを計算します。

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

パラメーター

x
NFloat

アークサインを計算する値をラジアン単位で指定します。

返品

xのアークサイン。

実装

注釈

これにより、ラジアンarcsin(x)間隔で[-π / 2, +π / 2]が計算されます。

適用対象