Important: The information in this document is obsolete and should not be used for new development.
Frac2X
You can use the Frac2X function to convert aFract
number to anExtended
number.
FUNCTION Frac2X (x: Fract): Extended;
x
- The
Fract
number to be converted to anExtended
number.DESCRIPTION
The Frac2X function returns theExtended
equivalent of theFract
number you supply in thex
parameter.