 | HyperbolicCosh Method |
Function [float] Cosh([float] X)
(Hyperbolic)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlDouble Cosh(
SqlDouble X
)
Parameters
- X
- Type: System.Data.SqlTypesSqlDouble
[float]
Return Value
Type:
SqlDouble[float]
RemarksHyperbolic cosine cosh(x) function.
See Also