Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Integer » CreateIntegerSequence

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: avl
Module: FoundationLite

Creates an arithmetic sequence of integer numbers.

Syntax

void avl::CreateIntegerSequence
(
	int inStart,
	int inCount,
	int inStep,
	atl::Array<int>& outValues
)

Parameters

Name Type Range Default Description
Input value inStart int 0
Input value inCount int 0 - 10
Input value inStep int 1
Output value outValues Array<int>&

See Also