'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Function BinarySearch( _ ByVal index As System.Integer, _ ByVal count As System.Integer, _ ByVal item As NPointF, _ ByVal comparer As System.Collections.Generic.IComparer(Of NPointF) _ ) As System.Integer
'Usage
Dim instance As NPointFList Dim index As System.Integer Dim count As System.Integer Dim item As NPointF Dim comparer As System.Collections.Generic.IComparer(Of NPointF) Dim value As System.Integer value = instance.BinarySearch(index, count, item, comparer)
Parameters
- index
- count
- item
- comparer