ARTS built-in documentation server

Workspace Method NumericMultiply

Description

Multiplies a Numeric with a value (out = in*value).

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

Authors: Patrick Eriksson

Synopsis

NumericMultiply( out, in, value )

Variables

GOUTout(Numeric)Output Numeric.
GINin(Numeric)Input Numeric.
GINvalue(Numeric)Multiplier.