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
GOUT | out | (Index) | Output Index. |
GIN | in | (Index) | Input Index. |
GIN | value | (Index) | Subtrahend. |