Important: The information in this document is obsolete and should not be used for new development.
FixRatio
You can use theFixRatiofunction to obtain theFixedequivalent of a fraction.
FUNCTION FixRatio (numer, denom: Integer): Fixed;
numer- The numerator of the fraction.
denom- The denominator of the fraction.
DESCRIPTION
TheFixRatiofunction return theFixedequivalent of the fractionnumer/denom.