Nevron.GraphicsCore Namespace / NInteractivityAttributeCollection Class / BinarySearch Method / BinarySearch(Int32,Int32,Object,IComparer) Method


BinarySearch(Int32,Int32,Object,IComparer) Method
Syntax
'Declaration
 
Public Overloads Overridable Function BinarySearch( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer, _
   ByVal value As System.Object, _
   ByVal comparer As System.Collections.IComparer _
) As System.Integer
 
'Usage
 
Dim instance As NInteractivityAttributeCollection
Dim index As System.Integer
Dim count As System.Integer
Dim value As System.Object
Dim comparer As System.Collections.IComparer
Dim value As System.Integer
 
value = instance.BinarySearch(index, count, value, comparer)

Parameters

index
count
value
comparer
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also