IFloatingPointIeee754<TSelf>.Atan2Pi(TSelf, TSelf) Méthode

Définition

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

public:
 static TSelf Atan2Pi(TSelf y, TSelf x);
public static abstract TSelf Atan2Pi (TSelf y, TSelf x);
static member Atan2Pi : 'Self * 'Self -> 'Self
Public Shared Function Atan2Pi (y As TSelf, x As TSelf) As TSelf

Paramètres

y
TSelf

Coordonnée y d'un point.

x
TSelf

Coordonnée x d'un point.

Retours

TSelf

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

Remarques

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

S’applique à