NFloat.Sin(NFloat) Metoda

Definicja

Oblicza sinus wartości.

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

Wartość, w radianach, której sinus ma być obliczany.

Zwraca

Sinus .x

Implementuje

Uwagi

Jest to obliczane sin(x).

Dotyczy