| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

Abstract class for float discrete data. This domain can be enumerated using an iterator.
See Also:
| Method Summary | |
|---|---|
public IloNumCollectionI * | getImpl() const |
public IloNum | getValue(IloInt index) const |
public | IloNumCollection(IloNumCollectionI * impl) |
Inherited Methods from IloDiscreteDataCollection |
|---|
getImpl, getIndex, getIndex, getIndex, getIndex, getIndex, getSize, IloDiscreteDataCollection, IloDiscreteDataCollection, isOrdered, isReversed, isSorted, iterator |
Inherited Methods from IloDataCollection |
|---|
display, end, getEnv, getName, isIntRange, isIntSet, isNumRange, isNumSet, isSymbolSet, isTupleSet, sort, sort, sort, sort |
| Method Detail |
|---|
Constructor from an implementation.
| impl |
A pointer to the implementation object of this class.
|
This member function returns a pointer to the implementation object of the invoking extractable object. This is useful when you need to be sure that you are using the same copy of the invoking extractable object in more than one situation.
This member function returns the value at the given index.
| index |
The index for which you want to return a value.
|