ITrigonometricFunctions<TSelf>.AtanPi(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 arc d’une valeur et divise le résultat par pi.
public:
static TSelf AtanPi(TSelf x);
public static abstract TSelf AtanPi(TSelf x);
static member AtanPi : 'Self -> 'Self
Public Shared Function AtanPi (x As TSelf) As TSelf
Paramètres
- x
- TSelf
Valeur dont la tangente à arc doit être calculée.
Retours
La tangente à arc de x, divisée par pi.
Remarques
Cela calcule arctan(x) / π dans l’intervalle [-0.5, +0.5].