Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

System.Collections.Generic.ListExtensions.BinaryIntervalSearch

Malware edited this page Dec 25, 2018 · 29 revisions

IndexListExtensions

Summary

public int BinaryIntervalSearch<T>(IList<T> self, T value, IComparer<T> comparer)

Returns

int

Summary

public int BinaryIntervalSearch<T>(IList<T> self, Func<T, TResult> less)

Returns

int

Summary

public int BinaryIntervalSearch<T>(IList<T> self, T value, Comparison<T> comparison)

Returns

int

Clone this wiki locally