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