Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Integer » CreateIntegerSequence

CreateIntegerSequence


Module: FoundationLite

Creates an arithmetic sequence of integer numbers.

Name Type Range Description
Input value inStart Integer
Input value inCount Integer 0 -
Input value inStep Integer
Output value 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