NFloat.Sinh(NFloat) Méthode

Définition

Calcule le sinus hyperbolique d’une valeur.

public:
 static System::Runtime::InteropServices::NFloat Sinh(System::Runtime::InteropServices::NFloat x) = System::Numerics::IHyperbolicFunctions<System::Runtime::InteropServices::NFloat>::Sinh;
public static System.Runtime.InteropServices.NFloat Sinh (System.Runtime.InteropServices.NFloat x);
static member Sinh : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Sinh (x As NFloat) As NFloat

Paramètres

x
NFloat

Valeur, en radians, dont le sinus hyperbolique doit être calculé.

Retours

Sinus hyperbolique de x.

Implémente

S’applique à