Returns the maximum and minimum values found in an array, along with the indexes for each value.
array
An n-dimensional array of any type.
If array is empty, max index(es) and min index(es) are -1.
max value
Maximum value found in array.
max index(es)
Index for the first max value.
If array is multidimensional, max index(es) is an array whose elements are the indexes for the first maximum value in array.
min value
Minimum value found in array.
min index(es)
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.
Installed By: LabVIEW Communications System Design Suite (introduced in 1.0)
Where This Node Can Run:
Desktop OS: none
FPGA: All devices