Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Multiplies two 64-bit integers to produce a 128-bit integer and gets the high unsigned 64 bits.
Syntax
ULONGLONG UnsignedMultiplyHigh(
[in] DWORD64 Multiplier,
[in] DWORD64 Multiplicand
);
Parameters
[in] Multiplier
The first integer.
[in] Multiplicand
The second integer.
Return value
The high 64 bits of the product.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | winnt.h |