NFloat.Sin(NFloat) Método

Definição

Calcula o seno de um 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

O valor, em radianos, cujo seno deve ser calculado.

Retornos

O seno de x.

Implementações

Comentários

Isso calcula sin(x).

Aplica-se a