NFloat.AtanPi(NFloat) Método

Definição

Calcula o arco tangente de um valor e divide o resultado por pi.

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

Parâmetros

x
NFloat

O valor cujo arco tangente deve ser calculado.

Devoluções

A tangente de arco de x, dividida por pi.

Implementações

Observações

Isto calcula arctan(x) / π no intervalo [-0.5, +0.5].

Aplica-se a