ARTS built-in documentation server

Workspace Method IndexSubtract

Description

Subtracts a Index value (out = in - value).

The result can either be stored in the same or another Index.

Authors: Patrick Eriksson

Synopsis

IndexSubtract( out, in, value )

Variables

GOUTout(Index)Output Index.
GINin(Index)Input Index.
GINvalue(Index)Subtrahend.