Index of the array element that equals value in. If the value has not been found in the array, -idx-1 is returned, where idx is the insertion index of value in.
Runs a binary search for value in in the given array.
The sort order: Vec4I.X: sort order index of d0 in Vec4I.Y: sort order index of d1 in Vec4I.Z: sort order index of d2 in Vec4I.W: sort order index of d3 in
Sorts the given values.
SortIndex
publicstaticmethodSortIndex → (4)
array in : T [ ]
[not-null]
The array that holds the elements to compare. This array will not be modified.