NFloat.Acosh(NFloat) Metoda

Definicja

Oblicza hiperboliczny arc-cosinus wartości.

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

Wartość, w radianach, których hiperboliczny arc-cosinus ma zostać obliczony.

Zwraca

Hiperboliczny arc-cosinus z x.

Implementuje

Dotyczy