NFloat.Acosh(NFloat) Método

Definição

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

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

Parâmetros

x
NFloat

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

Retornos

O arco-cosseno hiperbólico de x.

Implementações

Aplica-se a