ComponentOne FlexReport for WinForms
FastFind Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : FastFind Method
Syntax
'Declaration
 
Public Shared Function FastFind( _
   ByVal values() As System.Integer, _
   ByVal value As System.Integer, _
   ByRef index As System.Integer _
) As System.Boolean
public static System.bool FastFind( 
   System.int[] values,
   System.int value,
   out System.int index
)

Parameters

values
value
index
See Also

Reference

Utils Class
Utils Members