Double.Sinh(Double) Methode

Definitie

Berekent de sinus hyperbolicus van een waarde.

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

Parameters

x
Double

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

Retouren

De sinus hyperbolicus van x.

Implementeringen

Van toepassing op