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
Mathematical Functions / Operations on wide Numbers


WideNegate

You can use the WideNegate function to change a wide number to its negative.

wide *WideNegate(wide *target);
target
A pointer to the number to be negated. On return, contains the negated number.
function result
A pointer to the target number.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996