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


WideMultiply

You can use the WideMultiply function to calculate the wide product of two long numbers.

wide *WideMultiply(long multiplicand, long multiplier, 
                     wide *target);
multiplicand
The number to be multiplied by the multiplier.
multiplier

The number by which the multiplicand is to be multiplied.
target
A pointer to the location where the product of the two numbers is to be stored.
function result
A pointer to the target value, which holds the result.
DESCRIPTION
The operation has a bias of 0 bits. The bias of the result is the sum of the biases of the inputs.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996