NEST HelpDesk | Command Index | NEST Quick Reference |
Sort - Sorts a homogeneous array of doubles, ints, or strings.Synopsis:
Examples:
array Sort -> array
Description:
[8. 4. 3. 6. 9. 5.] Sort --> [3. 4. 5. 6. 8. 9.]
Parameters:
The present implementation is restricted to doubles, ints, and strings.
Author:
array of doubles, ints, or strings
Diesmann, EpplerSeeAlso: Source:
/opt/conda/conda-bld/nest_1512418773968/work/nest-2.14.0/sli/sliarray.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative