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
GOUT | b | (Numeric) | Output numeric. |
GIN | a | (Numeric) | Input numeric. |
GIN | v | (Numeric) | Scaling value. |