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 cuja tangente de arco deve ser computada.

Retornos

A tangente do arco de x, dividida por pi.

Implementações

Comentários

Isso computa arctan(x) / π no intervalo [-0.5, +0.5].

Aplica-se a