Double.Cosh(Double) Metod

Definition

Beräknar hyperbolisk cosiné för ett värde.

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

Parametrar

x
Double

Värdet, i radianer, vars hyperboliska cosinin ska beräknas.

Returer

Hyperbolisk cosinine av x.

Implementeringar

Gäller för