ARTS built-in documentation server

Workspace Method NumericScale

Description

Scales/multiplies a numeric with a value (b = a*v).

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

Authors: Patrick Eriksson

Synopsis

NumericScale( b, a, v )

Variables

GOUTb(Numeric)Output numeric.
GINa(Numeric)Input numeric.
GINv(Numeric)Scaling value.