Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Utils Class / FastFind Method

In This Topic
    FastFind Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FastFind( _
       ByVal values() As Integer, _
       ByVal value As Integer, _
       ByRef index As Integer _
    ) As Boolean
    public static bool FastFind( 
       int[] values,
       int value,
       out int index
    )

    Parameters

    values
    value
    index
    See Also