Click or drag to resize
sqx

HyperbolicSinh Method

Function [float] Sinh([float] X)
(Hyperbolic)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble Sinh(
	SqlDouble X
)

Parameters

X
Type: System.Data.SqlTypesSqlDouble
[float]

Return Value

Type: SqlDouble
[float]
Remarks
Hyperbolic sine sinh(x) function.
See Also