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

GOUTb(Numeric)Output numeric.
GINa(Numeric)Input numeric.
GINv(Numeric)Value to add.