Multiplies two 32-bit integers.
Synopsis
int32 Mul32( int32 x, int32 y )
Description
This macro multiplies two 32-bit integers together and returns the product. The macro is only included for completeness.
Arguments
- x, y The multiplicands.
Return Value
The function returns the product of the two arguments.
Implementation
Macro implemented in operamath.h V20.
Associated Files
operamath.h
See Also
Mul64
(), MulS32_64(), MulU32_64(), MulF14(), MulSF16(), MulSF30(), MulUF16(), MulSF16_F32(), MulUF16_F32(), MulSF30_F60(), MulUF30_F60()