Returns true if either the real or imaginary component of this Complex is an infinite value.

Namespace:  SingularSys.Jep.Types
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public bool IsInfinite()
Visual Basic (Declaration)
Public Function IsInfinite As Boolean
Visual C++
public:
bool IsInfinite()

Return Value

true if either component of the Complex object is infinite; false, otherwise.

See Also