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] ラジアンで計算されます。

適用対象