NFloat.Atan2Pi(NFloat, NFloat) Méthode

Définition

Calcule la tangente d’arc pour le quotient de deux valeurs et divise le résultat par pi.

public:
 static System::Runtime::InteropServices::NFloat Atan2Pi(System::Runtime::InteropServices::NFloat y, System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::Atan2Pi;
public static System.Runtime.InteropServices.NFloat Atan2Pi (System.Runtime.InteropServices.NFloat y, System.Runtime.InteropServices.NFloat x);
static member Atan2Pi : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Atan2Pi (y As NFloat, x As NFloat) As NFloat

Paramètres

y
NFloat

Coordonnée y d'un point.

x
NFloat

Coordonnée x d'un point.

Retours

Arc-tangent de y divisé par x, divisé par pi.

Implémente

Remarques

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

S’applique à