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

GOUTout(Index)Output numeric.
GINin(Index)Input Index.
GINvalue(Index)Value to add.