NFloat.Sin(NFloat) Método

Definición

Calcula el seno de un valor.

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

Parámetros

x
NFloat

Valor, en radianes, cuyo seno se va a calcular.

Devoluciones

Seno de x.

Implementaciones

Comentarios

Esto calcula sin(x).

Se aplica a