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

Définition

Calcule la tangente d’une valeur.

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

Paramètres

x
TSelf

Valeur, en radians, dont la tangente doit être calculée.

Retours

TSelf

Tangente de x.

Remarques

Cette opération calcule tan(x).

S’applique à