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 Among 32-Bit Numeric Types


Frac2Fix

You can use the Frac2Fix function to convert a Fract number to a Fixed number.

FUNCTION Frac2Fix (x: Fract): Fixed;
x
The Fract number to be converted to a Fixed number.
DESCRIPTION
The Frac2Fix function returns the Fixed number that best approximates the Fract number you supply in the x parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996