NFloat.Acos(NFloat) Méthode

Définition

Calcule l’arc cosinus d’une valeur.

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

Paramètres

x
NFloat

Valeur, en radians, dont l’arc cosinus doit être calculé.

Retours

Arc cosinus de x.

Implémente

Remarques

Cette opération est arccos(x) calculée dans l’intervalle [+0, +π] radians.

S’applique à