Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Operating System Utilities /
Chapter 3 - Mathematical and Logical Utilities / Mathematical and Logical Utilities Reference
Routines / Converting Between Fixed-Point and Floating-Point Values


Frac2X

You can use the Frac2X function to convert a Fract number to an Extended number.

FUNCTION Frac2X (x: Fract): Extended;
x
The Fract number to be converted to an Extended number.
DESCRIPTION
The Frac2X function returns the Extended equivalent of the Fract number you supply in the x parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996