Important: The information in this document is obsolete and should not be used for new development.
SmallFract2Fix
Converts a SmallFract value to a fixed integer.
pascal Fixed SmallFract2Fix (SmallFract s);
s
- The value of type
SmallFract
(page 2-33) to be converted into a fixed integer.DISCUSSION
TheSmallFract2Fix
function converts theSmallFract
value specified in thes
parameter into a fixed integer, which is returned as the function result.