You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usingPancake;
...var ints =newint[1000000];intvalue=99999;// value need find in arrayvarresult=BinarySearch.FindFirst(ints,value, x =>x,Comparer<int>.Default);