ARTS built-in documentation server
Workspace Method IndexMultiply
Description
Multiplies a Index and a value (out = in * value). The result can either be stored in the same or another Index.
Authors: Patrick Eriksson, Oliver Lemke
Synopsis
IndexMultiply( | out, in, value ) |
Variables
GOUT | out | (Index) | Output index. |
GIN | in | (Index) | Input Index. |
GIN | value | (Index) | Multiplier. |