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

See Also