Overload List
| Name | Description | |
|---|---|---|
|
|
Get(Double) |
This member function returns the element idx from the map. The invoking map should be of one dimension only. See get(Int).
|
|
|
Get(Int32) |
This member function returns the element idx 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 idx from the map. The invoking map should be of one dimension only. See get(Int).
|
|
|
Get(ITuple) |
This member function returns the element idx from the map. The invoking map should be of one dimension only. See get(Int).
|