ITrigonometricFunctions<TSelf>.TanPi(TSelf) Methode

Definitie

Berekent de tangens van een waarde die is vermenigvuldigd door 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

Parameters

x
TSelf

De waarde, in halve revoluties, die wordt vermenigvuldigd voordat pi de tangens ervan wordt berekenen.

Retouren

TSelf

De tangens van x vermenigvuldigd met pi.

Opmerkingen

Dit wordt berekend tan(x * π).

Van toepassing op