Back to FabImage Library website
You are here: Start » Function Reference » Loop Generators
Loop Generators
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
EnumerateCombinations | In each consecutive iteration produces a consecutive combination of integer numbers. | Professional |
![]() |
EnumerateIntegerPairs | Produces a total number of 'inCount1 * inCount2' of pairs of integer numbers. | Professional |
![]() |
EnumerateIntegers | In each consecutive iteration produces a consecutive number from an arithmetic sequence. | Professional |
![]() |
EnumerateRealPairs | Produces a total number of 'inCount1 * inCount2' of pairs of real numbers. | Professional |
![]() |
EnumerateReals | In each consecutive iteration produces a consecutive number from an arithmetic sequence. | Professional |
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
Loop | Put this filter into a task that should have a loop, but does not have any other loop generators (e.g. GrabImage). | Lite |