- array
- the float array to be sorted.
- start
- the start index to sort.
- end
- the last + 1 index to sort.
Type Reason Java.Lang.IllegalArgumentException if start > end. Java.Lang.ArrayIndexOutOfBoundsException if start or end > array.length.
Sorts the specified range in the array in ascending numerical order. The values are sorted according to the order imposed by Float.compareTo().