A class used to represent the domain of an integer range that can be enumerated.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
public interface IIntRange : IIntCollection, 
	IDiscreteDataCollection, IDataCollection

Remarks

This class represents the domain of an integer range. It can be enumerated using an enumerator. It is represented by a lower bound and an upper bound.

See Also