The IIntSet type exposes the following members.

Properties

  Name Description
Public property IsIntRange
This member function checks whether the domain is a range of integer values.
(Inherited from IDataCollection.)
Public property IsIntSet
This member function checks whether the domain is a set of integer values.
(Inherited from IDataCollection.)
Public property IsNumRange
This member function checks whether the domain is a range of numeric values.
(Inherited from IDataCollection.)
Public property IsNumSet
This member function checks whether the domain is a set of numeric values.
(Inherited from IDataCollection.)
Public property IsSymbolSet
This member function checks whether the domain is a set of string values.
(Inherited from IDataCollection.)
Public property IsTupleSet
This member function checks whether the domain is a set of ITuple.
(Inherited from IDataCollection.)
Public property Name
This member function returns the name of the collection.
(Inherited from IDataCollection.)
Public property Size
This member function returns the size of the collection, that is, the number of included elements.
(Inherited from IDiscreteDataCollection.)

See Also