num.Series(starting : num, ending : num, step: num ) : str
Create a series of numbers.
8.08 or later
| Name | Type | Description |
| starting | num | Beginning value |
| ending | num | Ending value |
| length | num | (default: 1 or -1) The length of increments between values in the series |
A series of numbers that are equally incremented.
| Output | ||
| [ 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100 ] | |
| [ 100, 96, 92, 88, 84, 80, 76, 72, 68, 64, 60, 56, 52, 48, 44, 40, 36, 32, 28, 24, 20, 16, 12, 8, 4, 0 ] |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by