Single.Cos(Single) Methode

Definitie

Berekent de cosinus van een waarde.

public:
 static float Cos(float x) = System::Numerics::ITrigonometricFunctions<float>::Cos;
public static float Cos(float x);
static member Cos : single -> single
Public Shared Function Cos (x As Single) As Single

Parameters

x
Single

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

Retouren

De cosinus van x.

Implementeringen

Opmerkingen

Dit wordt berekend cos(x).

Van toepassing op