Single.Cosh(Single) Methode

Definitie

Berekent de cosinus hyperbolicus van een waarde.

public:
 static float Cosh(float x) = System::Numerics::IHyperbolicFunctions<float>::Cosh;
public static float Cosh(float x);
static member Cosh : single -> single
Public Shared Function Cosh (x As Single) As Single

Parameters

x
Single

De waarde, in radialen, waarvan de cosinus hyperbolicus moet worden berekend.

Retouren

De cosinus hyperbolicus van x.

Implementeringen

Van toepassing op