NFloat.Cosh(NFloat) Méthode

Définition

Calcule le cosinus hyperbolique d’une valeur.

public:
 static System::Runtime::InteropServices::NFloat Cosh(System::Runtime::InteropServices::NFloat x) = System::Numerics::IHyperbolicFunctions<System::Runtime::InteropServices::NFloat>::Cosh;
public static System.Runtime.InteropServices.NFloat Cosh (System.Runtime.InteropServices.NFloat x);
static member Cosh : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Cosh (x As NFloat) As NFloat

Paramètres

x
NFloat

Valeur, en radians, dont le cosinus hyperbolique doit être calculé.

Retours

Cosinus hyperbolique de x.

Implémente

S’applique à