Overload List

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

See Also