ARTS built-in documentation server
Workspace Method RationalMultiply
Description
Multiplies a Rational with a value (out = in * value). The result can either be stored in the same or another Rational.
Authors: Richard Larsson
Synopsis
RationalMultiply( | out, in, value ) |
Variables
GOUT | out | (Rational) | Output Rational. |
GIN | in | (Rational) | Input Rational. |
GIN | value | (Rational) | Multiplier. |