binarySearchHighIndex
binarySearchHighIndex(array, el, compareFunction, [minIndex], [maxIndex]) ⇒ number
Kind: global function
Returns: number
- Index
Param | Type |
---|---|
array | Array.<T> | ArrayLike.<T> | Float32Array |
el | V |
compareFunction | function |
[minIndex] | number |
[maxIndex] | number |