NFloat.Acosh(NFloat) Méthode

Définition

Calcule l’arc-cosinus hyperbolique d’une valeur.

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

Paramètres

x
NFloat

Valeur, en radians, dont l’arc-cosinus hyperbolique doit être calculé.

Retours

Arc-cosinus hyperbolique de x.

Implémente

S’applique à