Back to Adaptive Vision Studio website
                
                    
		
	You are here: Start » Filter Reference » Array Basics » FindFirst
Finds first location of a given value in the input array.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inArray | <T>Array | Input array | 
![]()  | 
				inValue | <T> | Value to look for | 
![]()  | 
				outIndex | Integer? | Index of the first value occurrence in the array | 
![]()  | 
				outFound | Bool | 
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of Find filter group.


