NFloat.Sinh(NFloat) Método

Definición

Calcula el seno hiperbólico de un valor.

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

Parámetros

x
NFloat

Valor, en radianes, cuyo seno hiperbólico se va a calcular.

Devoluciones

Seno hiperbólico de x.

Implementaciones

Se aplica a