Click or drag to resize

ComplexIsInfinity Method

Checks if the given complex number is infinity

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static bool IsInfinity(
	Complex c
)

Parameters

c  Complex
The complex number to check

Return Value

Boolean
True if the complex number is infinite, false if not
See Also