NFloat.Acosh(NFloat) Método

Definición

Calcula el arco-coseno hiperbólico de un 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

Valor, en radianes, cuyo arco-coseno hiperbólico se va a calcular.

Devoluciones

El arco-coseno hiperbólico de x.

Implementaciones

Se aplica a