Start » Filter Reference » Data Flow » Loop Generators » EnumerateReals
Module: | FoundationLite |
---|
In each consecutive iteration produces a consecutive number from an arithmetic sequence.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inStart | Real | First value of the generated sequence | |
![]() |
inCount | Integer* | 0 - ![]() |
Length of the generated sequence |
![]() |
inStep | Real | Value added in each iteration | |
![]() |
inRepeat | Bool | Determines whether to repeat loop | |
![]() |
outValue | Real | ||
![]() |
outIsFirst | Bool | Flag indicating the first iteration | |
![]() |
outIsLast | Bool | Flag indicating the last iteration |
Complexity Level
This filter is available on Basic Complexity Level.