NFloat.Atan(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 la tangente d’arc d’une valeur.
public:
static System::Runtime::InteropServices::NFloat Atan(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::Atan;
public static System.Runtime.InteropServices.NFloat Atan(System.Runtime.InteropServices.NFloat x);
static member Atan : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Atan (x As NFloat) As NFloat
Paramètres
- x
- NFloat
Valeur, en radians, dont l’arc-tangente doit être calculé.
Retours
Arc-tangente de x.
Implémente
Remarques
Cela calcule arctan(x) dans l’intervalle [-π / 2, +π / 2] radians.