2 references to TryFindIndexSorted
Microsoft.ML.DataView (2)
VBuffer.cs (2)
380else if (_count > 0 && ArrayUtils.TryFindIndexSorted(_indices, 0, _count, index, out int bufferIndex)) 399if (_count > 0 && ArrayUtils.TryFindIndexSorted(_indices, 0, _count, index, out int bufferIndex))