Returns the maximum and minimum values found in an array, along with the indexes for each value.
An n-dimensional array of any type.
Maximum value found in array.
Minimum value found in array.
Index for the first min value.
If array is multidimensional, min index(es) is an array whose elements are the indexes for the first minimum value in array.
If array is empty, max index(es) and min index(es) are -1.
Data Type Changes Based on Input Array Dimension
The following table explains how the output data types change based on the dimension of the input array.
Dimensions in a numeric array | max index(es) and min index(es) data type |
---|---|
1 | scalar integers |
More than 1 | 1D arrays that contain the indexes of the maximum and minimum values |
Where This Node Can Run:
Desktop OS: none
FPGA: All devices
Web Server: Not supported in VIs that run in a web application