Back to Adaptive Vision Library website
You are here: Start » Function Reference » Real » CreateRealSequence
CreateRealSequence
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Creates an arithmetic sequence of real numbers.
Syntax
void avl::CreateRealSequence ( atl::real inStart, int inCount, atl::real inStep, atl::Array<atl::real>& outValues )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inStart | real | 0.0f | ||
![]() |
inCount | int | 0 - ![]() |
10 | |
![]() |
inStep | real | 1.0f | ||
![]() |
outValues | Array<real>& |



