Sequence

Revision as of 04:02, 26 April 2007 by ReneeB (talk | contribs) (adding doc status category stub page)


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


You are not allowed to post comments.