ITrigonometricFunctions<TSelf>.TanPi(TSelf) Méthode

Définition

Calcule la tangente d’une valeur qui a été multiple par pi.

public:
 static TSelf TanPi(TSelf x);
public static abstract TSelf TanPi(TSelf x);
static member TanPi : 'Self -> 'Self
Public Shared Function TanPi (x As TSelf) As TSelf

Paramètres

x
TSelf

La valeur, en demi-révolutions, qui est multiple par pi avant de calculer sa tangente.

Retours

TSelf

Tangente de x multiplié par pi.

Remarques

Cela calcule tan(x * π).

S’applique à