maxIndex()
Get the index of the (first) maximum value in an array.
This function is valid in v2.12.0 to v2.14.3. This function has been downloaded 3 times.array
. If array
is empty -1
will be returned.This function requires the following function which is included automatically:
minIndex()