ARTS built-in documentation server
Workspace Method VectorSetConstant
Description
Creates a vector and sets all elements to the specified value. The vector length is determined by nelem.
Authors: Patrick Eriksson
Synopsis
VectorSetConstant( | out, nelem, value ) |
Variables
GOUT | out | (Vector) | Variable to initialize. |
IN | nelem | (Index) | Number of elements of a Vector or Array. |
GIN | value | (Numeric) | Vector value. |