ARTS built-in documentation server
Workspace Method NumericSubtract
Description
Subtracts a Numeric value (out = in - value). The result can either be stored in the same or another Numeric.
Authors: Patrick Eriksson
Synopsis
NumericSubtract( | out, in, value ) |
Variables
GOUT | out | (Numeric) | Output Numeric. |
GIN | in | (Numeric) | Input Numeric. |
GIN | value | (Numeric) | Subtrahend. |