ARTS built-in documentation server
Workspace Method IndexAdd
Description
Adds a index and a value (out = in+value). The result can either be stored in the same or another index. (in and out can be the same variable, but not out and value)
Authors: Patrick Eriksson, Oliver Lemke
Synopsis
IndexAdd( | out, in, value ) |
Variables
GOUT | out | (Index) | Output numeric. |
GIN | in | (Index) | Input Index. |
GIN | value | (Index) | Value to add. |