Start » Filter Reference » Data Flow » Loop Generators » EnumerateElementPairs
Module: | FoundationLite |
---|
Produces a total number of 'inCount1 * inCount2' of pairs of elements.
Name | Type | Range | Description | |
---|---|---|---|---|
inArray1 | <T>Array | First input array | ||
inStart1 | Integer | 0 - | Index of the first element of first array to be enumerated. | |
inCount1 | Integer* | 0 - | Number of elements from first array to be enumerated. Leave 'Auto' to enumerate to the end of the input array. | |
inArray2 | <T>Array | Second input array | ||
inStart2 | Integer | 0 - | Index of the first element of second array to be enumerated. | |
inCount2 | Integer* | 0 - | Number of elements from second array to be enumerated. Leave 'Auto' to enumerate to the end of the input array. | |
inRepeat | Bool | Determines whether to repeat loop | ||
outElement1 | <T> | Element from the first array | ||
outElement2 | <T> | Element from the second array | ||
outIndex1 | Integer | Index of the output element from first array | ||
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.