NFloat.Asinh(NFloat) Método

Definición

Calcula el arco-seno hiperbólico de un valor.

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

Parámetros

x
NFloat

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

Devoluciones

Arco hiperbólico seno de x.

Implementaciones

Se aplica a