NFloat.Sinh(NFloat) Metoda

Definicja

Oblicza sinus hiperboliczny wartości.

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

Wartość w radianach, której sinus hiperboliczny ma być obliczany.

Zwraca

Sinus hiperboliczny liczby x.

Implementuje

Dotyczy