Important: The information in this document is obsolete and should not be used for new development.
Fix2X
You can use the Fix2X function to convert aFixed
number to anExtended
number.
FUNCTION Fix2X (x: Fixed): Extended;
x
- The
Fixed
number to be converted to anExtended
number.DESCRIPTION
TheFix2X
function returns theExtended
equivalent of theFixed
number you supply in thex
parameter.SPECIAL CONSIDERATIONS
Because theFix2X
function does not move memory, you can call it at interrupt time.