Methods

  Name Description
Public method Get(Double)
Returns the submap index from the map. The invoking map should have more than one dimension. The index is of a numerical type. See GetSub(Num32).
Public method Get(Int32)
Returns the submap index from the map. The invoking map should have more than one dimension. The index is of an Numeger type. Example with a Map of int: M[i in 1..5][j in 1..2] = iM.GetSub( 1 ) returns [1,1]
Public method Get(String)
Returns the submap index from the map. The invoking map should have more than one dimension. The index is of a string type. See GetSub(Num32).
Public method Get(ITuple)
Returns the submap index from the map. The invoking map should have more than one dimension. See Get(Num32).

See Also