Start » Filter Reference » Basic » Integer » CreateIntegerSequence
Module: | FoundationLite |
---|
Creates an arithmetic sequence of integer numbers.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inStart | Integer | ||
![]() |
inCount | Integer | 0 - ![]() |
|
![]() |
inStep | Integer | ||
![]() |
outValues | IntegerArray |
Examples
Description of usage of this filter can be found in examples and tutorial: Brick destroy (Game).
Remarks
To obtain an arbitrary sequence of integer numbers, one can use the filter along with an appropriate formula block.
![]() |
Sample creation of the sequence of integer perfect squares.
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- CreateRealSequence – Creates an arithmetic sequence of real numbers.