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 / Rounding, Truncating, and Square Root Operations


FixedRound

You can use the FixedRound macro to round a Fixed number to its nearest integer.

#define FixedRound(a) ((short) ((Fixed)(a) + fixed1/2 >> 16))
a
The number to be rounded.
macro result
The closest integer to the Fixed number.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996