Nevron.Diagram.DataStructures Namespace / NTreeEdgeList Class / BinarySearch Method / BinarySearch(NTreeEdge) Method


In This Topic
    BinarySearch(NTreeEdge) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Function BinarySearch( _
       ByVal item As NTreeEdge _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NTreeEdgeList
    Dim item As NTreeEdge
    Dim value As System.Integer
     
    value = instance.BinarySearch(item)
    [__DynamicallyInvokable()]
    public System.int BinarySearch( 
       NTreeEdge item
    )

    Parameters

    item
    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