Udostępnij za pośrednictwem


NFloat.Acos(NFloat) Metoda

Definicja

Oblicza arc-cosinus wartości.

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

Parametry

x
NFloat

Wartość, w radianach, których arc-cosinus ma zostać obliczona.

Zwraca

Cosinus łukowy .x

Implementuje

Uwagi

arccos(x) Oblicza to w radianach interwałów[+0, +π].

Dotyczy