NFloat.Acos(NFloat) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calcule le cosinus arc 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 le cosinus arc doit être calculé.
Retours
L’arc-cosinus de x.
Implémente
Remarques
Cela calcule arccos(x) les radians d’intervalle [+0, +π] .