Share via


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

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

Retours

TSelf

Tangente de x multiplié par pi.

Remarques

Cette opération calcule tan(x * π).

S’applique à