ComplexSinh(Complex) Method |
Calculates the Sinus Hyperbolicus of the complex number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex Sinh(
Complex c
)
Public Shared Function Sinh (
c As Complex
) As Complex
Dim c As Complex
Dim returnValue As Complex
returnValue = Complex.Sinh(c)
Parameters
- c Complex
- The complex number used for calculation
Return Value
ComplexThe Sinus Hyperbolicus of the complex number
See Also