Skip to main content

binarySearchLowIndex

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

Kind: global function
Returns: number - Index

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