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

Définition

Calcule la tangente d’arc pour le quotient de deux valeurs.

public:
 static TSelf Atan2(TSelf y, TSelf x);
public static abstract TSelf Atan2 (TSelf y, TSelf x);
static member Atan2 : 'Self * 'Self -> 'Self
Public Shared Function Atan2 (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-tangente de y divisé par x.

Remarques

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

S’applique à