Checks if the given complex number is infinity
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static bool IsInfinity(
Complex c
)
Public Shared Function IsInfinity (
c As Complex
) As Boolean
Dim c As Complex
Dim returnValue As Boolean
returnValue = Complex.IsInfinity(c)
Parameters
- c Complex
- The complex number to check
Return Value
BooleanTrue if the complex number is infinite, false if not
See Also