NFloat.Sinh(NFloat) Metoda

Definice

Vypočítá hyperbolický sinus hodnoty.

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

Parametry

x
NFloat

Hodnota v radiánech, jejíž hyperbolický sinus se má vypočítat.

Návraty

Hyperbolický sinus v x.

Implementuje

Platí pro