Sequence
Creates a list of numbers increasing or decreasing from Start to End by increments (or decrements) of Stepsize. Stepsize is optional and must be a positive number; if it is omitted, Analytica uses increments of 1. Start, End and Stepsize must be deterministic scalar numbers, not arrays.
Declaration
Sequence( Start, End, Stepsize )
Examples
Comments
Enable comment auto-refresher