I need to figure out witch indexes of an Array containing the highest and lowest values.
Typically search for the 5 lowest values and result the indexnumbers containing the 5 lovest values.
is there a library for this, or codeexample?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I need to figure out witch indexes of an Array containing the highest and lowest values.
Typically search for the 5 lowest values and result the indexnumbers containing the 5 lovest values.
is there a library for this, or codeexample?