NFloat.Cos(NFloat) Methode

Definitie

Berekent de cosinus van een waarde.

public:
 static System::Runtime::InteropServices::NFloat Cos(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::Cos;
public static System.Runtime.InteropServices.NFloat Cos(System.Runtime.InteropServices.NFloat x);
static member Cos : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Cos (x As NFloat) As NFloat

Parameters

x
NFloat

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