ARTS built-in documentation server

Workspace Method NumericAdd

Description

Adds a numeric and 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

NumericAdd( out, in, value )

Variables

GOUTout(Numeric)Output numeric.
GINin(Numeric)Input numeric.
GINvalue(Numeric)Value to add.