NFloat.Acosh(NFloat) Methode

Definitie

Berekent de hyperbolische boogcosinus van een waarde.

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

Parameters

x
NFloat

De waarde, in radialen, waarvan de hyperbolische boog-cosinus moet worden berekend.

Retouren

De hyperbolische boogcosinus van x.

Implementeringen

Van toepassing op