Overload List
| Name | Description | |
|---|---|---|
|
|
Get(Double) |
This member function returns the element index from the map.
The invoking map should be of one dimension only. See Get(Int32).
|
|
|
Get(Int32) |
This member function returns the element index from the map.
The invoking map should be of one dimension only. Example with a Map of int:
M[i in 1..5][j in 1..2] = j M.GetSub(1).Get(2) will return 2
|
|
|
Get(String) |
This member function returns the element index from the map.
The invoking map should be of one dimension only. See get(IloInt).
|
|
|
Get(ITuple) |
This member function returns the element index from the map.
The invoking map should be of one dimension only. See Get(Int32).
|