Difference between revisions of "Sequence"

m (adding doc status category stub page)
m (adding doc status category stub page)
Line 1: Line 1:
 
[[Category:Functions that create lists]]
 
[[Category:Functions that create lists]]
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
+
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
   
 
   
 
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.
 
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.

Revision as of 04:02, 26 April 2007


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.