Back to FabImage Studio website

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

EnumerateElementPairs


Module: FoundationLite

Produces a total number of 'inCount1 * inCount2' of pairs of elements.

Name Type Range Description
Input value
inArray1 <T>Array First input array
Input value
inStart1 Integer 0 - Index of the first element of first array to be enumerated.
Input value
inCount1 Integer* 0 - Number of elements from first array to be enumerated. Leave 'Auto' to enumerate to the end of the input array.
Input value
inArray2 <T>Array Second input array
Input value
inStart2 Integer 0 - Index of the first element of second array to be enumerated.
Input value
inCount2 Integer* 0 - Number of elements from second array to be enumerated. Leave 'Auto' to enumerate to the end of the input array.
Input value
inRepeat Bool Determines whether to repeat loop
Output value
outElement1 <T> Element from the first array
Output value
outElement2 <T> Element from the second array
Output value
outIndex1 Integer Index of the output element from first array
Output value
outIndex2 Integer Index of the output element from second array

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 Advanced Complexity Level.