NFloat.Cos(NFloat) Methode

Definition

Berechnet den Kosinus 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ß, dessen Kosinus berechnet werden soll.

Gibt zurück

Der Kosinus von x.

Implementiert

Hinweise

Dies cos(x)berechnet .

Gilt für: