ARTS built-in documentation server
Workspace Method NumericAdd
Description
Adds a numeric and 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
NumericAdd( | b, a, v ) |
Variables
GOUT | b | (Numeric) | Output numeric. |
GIN | a | (Numeric) | Input numeric. |
GIN | v | (Numeric) | Value to add. |