Share via


NFloat.AtanPi(NFloat) Méthode

Définition

Calcule la tangente arc d’une valeur et divise le résultat par pi.

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

Paramètres

x
NFloat

Valeur dont la tangente arc doit être calculée.

Retours

Arc-tangente de x, divisé par pi.

Implémente

Remarques

Cela calcule arctan(x) / π dans l’intervalle [-0.5, +0.5].

S’applique à