NFloat.Acosh(NFloat) Metoda

Definice

Vypočítá hyperbolický kosinus hodnoty.

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

Parametry

x
NFloat

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

Návraty

Hyperbolický arkus kosinus .x

Implementuje

Platí pro