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 64 bits.
Syntax
LONGLONG MultiplyHigh(
[in] LONG64 Multiplier,
[in] LONG64 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 |