Skip to main content

binarySearchHighIndex

binarySearchHighIndex(array, el, compareFunction, [minIndex], [maxIndex]) ⇒ number

Kind: global function
Returns: number - Index

ParamType
arrayArray.<T> | ArrayLike.<T> | Float32Array
elV
compareFunctionfunction
[minIndex]number
[maxIndex]number