NFloat.Cos(NFloat) Méthode

Définition

Calcule le cosinus d’une valeur.

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

Paramètres

x
NFloat

Retours

NFloat

Cosinus de x.

Implémente

Remarques

Cela calcule cos(x).

S’applique à