NFloat.Atan(NFloat) Método

Definição

Calcula a tangente de arco de um valor.

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

Parâmetros

x
NFloat

O valor, em radianos, cujo arco tangente deve ser calculado.

Devoluções

A tangente de arco de x.

Implementações

Observações

Isto calcula-se arctan(x) nos radianos de intervalo [-π / 2, +π / 2] .

Aplica-se a