NFloat.Tanh(NFloat) Méthode

Définition

Calcule la tangente hyperbolique d’une valeur.

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

Paramètres

x
NFloat

Valeur, en radians, dont la tangente hyperbolique doit être calculée.

Retours

Tangente hyperbolique de x.

Implémente

S’applique à