Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Data Flow » Loop Generators » EnumerateIntegerPairs

EnumerateIntegerPairs


Module: FoundationLite

Produces a total number of 'inCount1 * inCount2' of pairs of integer numbers.

Name Type Range Description
Input value inStart1 Integer First element of first range
Input value inCount1 Integer* 0 - Length of first range
Input value inStep1 Integer Difference between consecutive elements of first range
Input value inStart2 Integer First element of second range
Input value inCount2 Integer 0 - Length of second range
Input value inStep2 Integer Difference between consecutive elements of second range
Input value inRepeat Bool Determines whether to repeat loop
Output value outValue1 Integer Elements of first range in 'AAABBBCCC' order
Output value outValue2 Integer Elements of second range in 'ABCABCABC' order

Complexity Level

This filter is available on Advanced Complexity Level.