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

Gibt zurück

NFloat

Der Kosinus von x.

Implementiert

Hinweise

Dies cos(x)berechnet .

Gilt für