Start » Filter Reference » Data Flow » Loop Generators » EnumerateCombinations
Module: | FoundationLite |
---|
In each consecutive iteration produces a consecutive combination of integer numbers.
Name | Type | Range | Description | |
---|---|---|---|---|
inCombinationSize | Integer | 0 - | ||
inSetSize | Integer | 0 - | ||
inRepeat | Bool | Determines whether to repeat loop | ||
outCombination | IntegerArray | |||
outIndex | Integer |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Combination size cannot be greater than the set size in EnumerateCombinations. |
Complexity Level
This filter is available on Basic Complexity Level.