ITrigonometricFunctions<TSelf>.Cos(TSelf) Methode

Definitie

Berekent de cosinus van een waarde.

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

Parameters

x
TSelf

De waarde, in radialen, waarvan de cosinus moet worden berekend.

Retouren

TSelf

De cosinus van x.

Opmerkingen

Dit wordt berekend cos(x).

Van toepassing op