NFloat.Atan(NFloat) Méthode

Définition

Calcule la tangente 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 la tangente arc doit être calculée.

Retours

Arc-tangent de x.

Implémente

Remarques

Cette opération est arctan(x) calculée dans l’intervalle [-π / 2, +π / 2] radians.

S’applique à