NFloat.Sin(NFloat) Metoda

Definice

Vypočítá sinus hodnoty.

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

Parametry

x
NFloat

Hodnota v radiánech, jejíž sinus se má vypočítat.

Návraty

Sinus z x.

Implementuje

Poznámky

Tím se vypočítá sin(x).

Platí pro