ARTS built-in documentation server

Workspace Method RationalScale

Description

Scales/multiplies a Rational with a value (out = in*value).

The result can either be stored in the same or another Rational.
(in and out can be the same varible, but not out and value)

Authors: Richard Larsson

Synopsis

RationalScale( out, in, value )

Variables

GOUTout(Rational)Output Rational.
GINin(Rational)Input Rational.
GINvalue(Rational)Scaling value.