NFloat.AcosPi(NFloat) Metoda

Definicja

Oblicza cosinus arc-cosinus wartości i dzieli wynik przez piwartość .

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

Parametry

x
NFloat

Wartość, której cosinus arc-cosinus ma zostać obliczona.

Zwraca

Cosinus łukowy xtypu , podzielony przez pi.

Implementuje

Uwagi

Jest to obliczane arccos(x) / π w interwale [-0.5, +0.5].

Dotyczy