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