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

GOUTout(Index)Output index.
GINin(Index)Input Index.
GINvalue(Index)Multiplier.