Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Integer » CreateIntegerSequence
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Creates an arithmetic sequence of integer numbers.
Syntax
void fil::CreateIntegerSequence ( int inStart, int inCount, int inStep, ftl::Array<int>& outValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inStart | int | 0 | ||
![]() |
inCount | int | 0 - ![]() |
10 | |
![]() |
inStep | int | 1 | ||
![]() |
outValues | Array<int>& |
See Also
- CreateRealSequence – Creates an arithmetic sequence of real numbers.