NFloat.SinPi(NFloat) Método

Definição

Calcula o seno de um valor que foi multiplicado por pi.

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

Parâmetros

x
NFloat

O valor, em meias revoluções, é múltiplo por pi antes de calcular seu seno.

Retornos

O seno de x multiplicado por pi.

Implementações

Comentários

Isso calcula sin(x * π).

Aplica-se a