Fix2SmallFract
Converts a fixed integer to aSmallFractvalue.
pascal SmallFract Fix2SmallFract (Fixed f);
f- The value of type
Fixedto be converted to aSmallFractvalue (page 2-33).DISCUSSION
TheFix2SmallFractfunction converts the fixed integer specified in thefparameter into a value of typeSmallFractand returns this value as its result.