UnsignedMulitplyHigh function
Multiplies two 64-bit integers to produce a 128-bit integer and gets the high unsigned 64 bits.
Syntax
ULONGLONG WINAPI UnsignedMultiplyHigh( _In_ DWORD64 Multiplier, _In_ DWORD64 Multiplicand );
Parameters
- Multiplier [in]
-
The first integer.
- Multiplicand [in]
-
The second integer.
Return value
The high 64 bits of the product.
Requirements
|
Header |
|
|---|
Community Additions
ADD
Show: