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
GOUT | out | (Numeric) | Output numeric. |
GIN | in | (Numeric) | Input numeric. |
GIN | value | (Numeric) | Scaling value. |