ITrigonometricFunctions<TSelf>.CosPi(TSelf) Methode

Definitie

Berekent de cosinus van een waarde die is vermenigvuldigd door pi.

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

Parameters

x
TSelf

De waarde, in halve revoluties, waarvan de cosinus moet worden berekend.

Retouren

TSelf

De cosinus vermenigvuldigd x met pi.

Opmerkingen

Dit wordt berekend cos(x * π).

Van toepassing op