NFloat.Atanh(NFloat) Método

Definição

Calcula o arco-tangente hiperbólico de um valor.

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

Parâmetros

x
NFloat

O valor, em radianos, cujo arco-tangente hiperbólico deve ser calculado.

Retornos

O arco-tangente hiperbólico de x.

Implementações

Aplica-se a