Sdílet prostřednictvím


NFloat.Asin(NFloat) Metoda

Definice

Vypočítá arkus sinus hodnoty.

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

Parametry

x
NFloat

Hodnota v radiánech, jejíž arkus sinus se má vypočítat.

Návraty

Arkus sinusu x.

Implementuje

Poznámky

Tento výpočet se arcsin(x) vypočítá v intervalu [-π / 2, +π / 2] radiánů.

Platí pro