Returns the value of the element. Example with a Map of int: M[i in 1..5][j in 1..2] = j M.GetAt( [1][2] ) will return M[1][2] that is 2. It is the same as using M.GetSub(1).get(2) .
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
ICumulFunctionExpr GetAt( IMapIndexArray indices ) |
Parameters
- indices
- Type: ILOG.Concert..::..IMapIndexArray