Back to Aurora Vision Studio website
	
                
                    
		
	You are here: Start » Filter Reference » Data Flow » Loop Generators » EnumerateRealPairs
| Module: | FoundationLite | 
|---|
Produces a total number of 'inCount1 * inCount2' of pairs of real numbers.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inStart1 | Real | First element of first range | |
![]()  | 
				inCount1 | Integer* | 0 - ![]()  | 
				Length of first range | 
![]()  | 
				inStep1 | Real | Difference between consecutive elements of first range | |
![]()  | 
				inStart2 | Real | First element of second range | |
![]()  | 
				inCount2 | Integer | 0 - ![]()  | 
				Length of second range | 
![]()  | 
				inStep2 | Real | Difference between consecutive elements of second range | |
![]()  | 
				inRepeat | Bool | Determines whether to repeat loop | |
![]()  | 
				outValue1 | Real | Elements of first range in 'AAABBBCCC' order | |
![]()  | 
				outValue2 | Real | Elements of second range in 'ABCABCABC' order | |
Complexity Level
This filter is available on Advanced Complexity Level.

 Advanced

