ComponentOne FlexReport for UWP
FastFind Method

C1.UWP.Document Assembly > C1.Xaml.Document 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