ARTS built-in documentation server
Workspace Method ArrayOfIndexSetConstant
Description
Creates an ArrayOfIndex of length nelem, with all values identical.
Authors: Patrick Eriksson
Synopsis
| ArrayOfIndexSetConstant( | out, nelem, value ) |
Variables
| GOUT | out | (ArrayOfIndex) | Variable to initialize. |
| IN | nelem | (Index) | Number of elements of a Vector or Array. |
| GIN | value | (Index) | Array value.. |