NFloat.Asinh(NFloat) Metoda

Definice

Vypočítá hyperbolický arkus sinus hodnoty.

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

Parametry

x
NFloat

Hodnota v radiánech, jejíž hyperbolický arkus sinus se má vypočítat.

Návraty

Hyperbolický arkus sinus .x

Implementuje

Platí pro