Check if there is another item

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

Syntax

C#
bool HasNext()
Visual Basic (Declaration)
Function HasNext As Boolean
Visual C++
bool HasNext()

Return Value

True if there is another item, false if current item is last

See Also