The UInt32x32To64 function multiplies two unsigned 32-bit integers, returning an unsigned 64-bit integer result. The function performs optimally on all Win32 platforms.
DWORDLONG UInt32x32To64(
DWORD Multiplier, |
// specifies first unsigned 32-bit integer for the multiplication |
DWORD Multiplicand |
// specifies second unsigned 32-bit integer for the multiplication |
); |
The return value is the unsigned 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/f89_2.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 12:38,
3.144.42.2: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://linistepper.com/Techref/os/win/api/win32/func/src/f89_2.htm"> UInt32x32To64</A> |
Did you find what you needed? |