Read Map Max & Min Keys Function
- Updated2025-07-30
- 1 minute(s) read
Returns the maximum and minimum keys in a map.

Inputs/Outputs
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.
maximum
—
maximum returns the maximum key in map.
minimum
—
minimum returns the minimum key in map. |
map
—
maximum
—