-
Notifications
You must be signed in to change notification settings - Fork 123
System.Collections.Generic.ListExtensions.BinaryIntervalSearch
← Index ← ListExtensions
csharp[int](System.Int32) BinaryIntervalSearch<T><[T]()>([IList<T>](System.Collections.Generic.IList`1) self, [T]() value, [IComparer<T>](System.Collections.Generic.IComparer`1) comparer)``````csharp[int](System.Int32) BinaryIntervalSearch<T><[T]()>([IList<T>](System.Collections.Generic.IList`1) self, [Func<T, TResult>](System.Func`2) less)``````csharp[int](System.Int32) BinaryIntervalSearch<T><[T]()>([IList<T>](System.Collections.Generic.IList`1) self, [T]() value, Comparison<T> comparison)
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!