| 概述 | 组 | 树 | 图形 | 不推荐 | 索引 | 概念 |

浮点离散数据的抽象类。 可以使用迭代器对该域进行枚举。
另请参阅:
| 方法概要 | |
|---|---|
public IloNumCollectionI * | getImpl() const |
public IloNum | getValue(IloInt index) const |
public | IloNumCollection(IloNumCollectionI * impl) |
从 "IloDiscreteDataCollection继承的方法 |
|---|
getImpl, getIndex, getIndex, getIndex, getIndex, getIndex, getSize, IloDiscreteDataCollection, IloDiscreteDataCollection, isOrdered, isReversed, isSorted, iterator |
从 "IloDataCollection继承的方法 |
|---|
display, end, getEnv, getName, isIntRange, isIntSet, isNumRange, isNumSet, isSymbolSet, isTupleSet, sort, sort, sort, sort |
| 方法详细信息 |
|---|
构造函数。
| 内含 | 指向该类实现对象的指针。 |
该成员函数返回指向调用可提取对象的实现对象的指针。 当您需要确保在多种情况下使用同一个调用提取对象副本时,这个功能非常有用。
该成员函数返回给定索引处的值。
| 索引 | 要返回值的索引。 |