NFloat.Acosh(NFloat) Methode

Definition

Berechnet den hyperbolischen Arc-Kosinus eines Werts.

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

Parameter

x
NFloat

Der Wert in Bogenmaßen, dessen hyperbolischer Arc-Cosinus berechnet werden soll.

Gibt zurück

Der hyperbolische Bogenkosinus von x.

Implementiert

Gilt für: