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