Freigeben über


NFloat.Cos(NFloat) Methode

Definition

Berechnet den Sinus eines Werts.

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

Parameter

x
NFloat

Der Wert in Bogenmaßen, dessen Kosinus berechnet werden soll.

Gibt zurück

Der Kosinus von x.

Implementiert

Hinweise

Dadurch wird berechnet cos(x).

Gilt für: