IFloatingPointIeee754<TSelf>.Atan2(TSelf, TSelf) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner des problèmes et des demandes de tirage (pull requests). Pour plus d’informations, consultez notre guide du contributeur.