Returns the maximum and minimum keys in a map.


icon

Inputs/Outputs

  • cmap.png map

    map specifies the map in which you want to look for the maximum and minimum keys. This input accepts a map of any data type. The default data type is a map of 32-bit signed integers.

  • istr.png maximum

    maximum returns the maximum key in map.

  • istr.png minimum

    minimum returns the minimum key in map.