Overload List

  Name Description
Public method Get(Double)
This member function returns the element index from the map. The invoking map should be of one dimension only. See Get(Int32).
Public method Get(Int32)
This member function returns the element index 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
Public method Get(String)
This member function returns the element index from the map. The invoking map should be of one dimension only. See Get(Int32).
Public method Get(ITuple)
This member function returns the element index from the map. The invoking map should be of one dimension only. See Get(Int32).

See Also