The MulDiv function multiplies two 32-bit values and then divides the 64-bit result by a third 32-bit value. The return value is rounded up or down to the nearest integer.
int MulDiv(
int nNumber, |
// 32-bit signed multiplicand |
int nNumerator, |
// 32-bit signed multiplier |
int nDenominator |
// 32-bit signed divisor |
); |
If the function succeeds, the return value is the result of the multiplication and division. If either an overflow occurred or nDenominator was 0, the return value is -1.
file: /Techref/os/win/api/win32/func/src/f58_1.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 04:21,
3.15.240.208:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f58_1.htm"> MulDiv</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.