NFloat.Sin(NFloat) Methode

Definition

Berechnet den Sinus eines Werts.

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

Parameter

x
NFloat

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

Gibt zurück

Der Sinus von x.

Implementiert

Hinweise

Dadurch wird berechnet sin(x).

Gilt für: