Fix2SmallFract
Converts a fixed integer to aSmallFract
value.
pascal SmallFract Fix2SmallFract (Fixed f);
f
- The value of type
Fixed
to be converted to aSmallFract
value (page 2-33).DISCUSSION
TheFix2SmallFract
function converts the fixed integer specified in thef
parameter into a value of typeSmallFract
and returns this value as its result.