NFloat.Asinh(NFloat) Método

Definição

Calcula o arco-seno hiperbólico de um 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

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

Retornos

O arco-seno hiperbólico de x.

Implementações

Aplica-se a