Command: arange

NEST HelpDesk Command Index NEST Quick Reference
Name:
arange - Return a Int/DoubleVector filled with a range of numbers.
Synapsis: [n] arange -> [ 1 ... 10 ]
[a b] arange -> [a ... b]
[a b s] arange -> [a a+s ...]
Description:
arange is identical to Range, except that the returned object is a DoubleVector or IntVector, depending on the type of the
range specification.
Author:
Marc-Oliver Gewaltig
FirstVersion:
Dec. 4 2012
SeeAlso:
Source:
/var/www/debian/nest/nest-simulator-2.20.0/lib/sli/mathematica.sli
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative