Back to FabImage Studio website
You are here: Start » Filter Reference » Loop Generators » EnumerateElementPairs
Produces a total number of 'inCount1 * inCount2' of pairs of elements.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inArray1 | TArray | 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 | TArray | 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. |
![]() |
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 Basic Complexity Level.