Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / TypedArrayList Class / FindInt Method
int value to search for


In This Topic
    FindInt Method
    In This Topic
    Finds the index of the specified value.
    Syntax
    'Declaration
     
    Public Function FindInt( _
       ByVal nSearchFor As Integer _
    ) As Integer
    'Usage
     
    Dim instance As TypedArrayList
    Dim nSearchFor As Integer
    Dim value As Integer
     
    value = instance.FindInt(nSearchFor)
    public int FindInt( 
       int nSearchFor
    )

    Parameters

    nSearchFor
    int value to search for

    Return Value

    upon success - index of value in array, -1 if the value was not found
    Exceptions
    ExceptionDescription
    Thrown if value type is not int
    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