ARTS built-in documentation server

Workspace Method NumericScale

Description

Scales/multiplies a numeric with a value (out = in*value).

The result can either be stored in the same or another numeric.
(in and out can be the same varible, but not out and value)

Authors: Patrick Eriksson

Synopsis

NumericScale( out, in, value )

Variables

GOUTout(Numeric)Output numeric.
GINin(Numeric)Input numeric.
GINvalue(Numeric)Scaling value.