Read Map Max & Min Keys Function

Owning Palette: Map VIs and Functions

Requires: Base Development System

Returns the maximum and minimum keys in a map.

 Add to the block diagram  Find on the palette
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 returns the maximum key in map.
minimum returns the minimum key in map.