Single.Sinh(Single) Methode

Definitie

Berekent de sinus hyperbolicus van een waarde.

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

Parameters

x
Single

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

Retouren

De sinus hyperbolicus van x.

Implementeringen

Van toepassing op