Double.CosPi(Double) Methode

Definitie

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

public:
 static double CosPi(double x) = System::Numerics::ITrigonometricFunctions<double>::CosPi;
public static double CosPi(double x);
static member CosPi : double -> double
Public Shared Function CosPi (x As Double) As Double

Parameters

x
Double

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

Retouren

De cosinus vermenigvuldigd x met pi.

Implementeringen

Opmerkingen

Dit wordt berekend cos(x * π).

Van toepassing op