The Int32x32To64 function multiplies two signed 32-bit integers, returning a signed 64-bit integer result. The function performs optimally on all Win32 platforms.
LONGLONG Int32x32To64(
LONG Multiplier, |
// specifies first signed 32-bit integer for the multiplication |
LONG Multiplicand |
// specifies second signed 32-bit integer for the multiplication |
); |
The return value is the signed 64-bit integer result of the multiplication.
This function is implemented on all platforms by optimal inline code: a single multiply instruction that returns a 64-bit result.
Please note that the function’s return value is a 64-bit value, not a LARGE_INTEGER structure.
file: /Techref/os/win/api/win32/func/src/f49_14.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 10:55,
3.142.133.41: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.ecomorder.com/Techref/os/win/api/win32/func/src/f49_14.htm"> Int32x32To64</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.