NFloat.TanPi(NFloat) Método

Definição

Calcula a tangente de um valor que foi multiplicado por pi.

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

Parâmetros

x
NFloat

O valor, em meias-revoluções, é multiplicado por pi antes de calcular a sua tangência.

Devoluções

A tangente de x multiplicada por pi.

Implementações

Observações

Isto calcula tan(x * π).

Aplica-se a