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 aFixednumber to anExtendednumber.
FUNCTION Fix2X (x: Fixed): Extended;
x- The
Fixednumber to be converted to anExtendednumber.DESCRIPTION
TheFix2Xfunction returns theExtendedequivalent of theFixednumber you supply in thexparameter.SPECIAL CONSIDERATIONS
Because theFix2Xfunction does not move memory, you can call it at interrupt time.