BigMul()
Math::BigMul(int, int) method
Returns the full product of two 32-bit integers.
static int64_t System::Math::BigMul(int a, int b)
Arguments
Parameter | Type | Description |
---|---|---|
a | int | The first multiplier |
b | int | The second multiplier |
Return Value
The product of a and b
See Also
- Struct Math
- Namespace System
- Library Aspose.Slides