NFloat.AsinPi(NFloat) Metoda

Definice

Vypočítá arkus sinus hodnoty a vydělí výsledek hodnotou 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

Parametry

x
NFloat

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

Návraty

Arkus sinus v dělení x.pi

Implementuje

Poznámky

Vypočítá se arcsin(x) / π v intervalu [-0.5, +0.5].

Platí pro