NFloat.Cosh(NFloat) Methode

Definitie

Berekent de cosinus hyperbolicus van een waarde.

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

Parameters

x
NFloat

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

Retouren

De cosinus hyperbolicus van x.

Implementeringen

Van toepassing op