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: QuickDraw GX Environment and Utilities /
Chapter 8 - QuickDraw GX Mathematics / QuickDraw GX Mathematics Reference
Number-Conversion Macros / Format Conversions


FixedToInt

You can use the FixedToInt macro to convert a Fixed number to an integer.

#define FixedToInt(a) ((short) ((Fixed) (a) + fixed1/2 >> 16))
a
A Fixed number to be converted to an integer.
macro result
An integer having the closest value to the Fixed number.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996