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

ParameterTypeDescription
aintThe first multiplier
bintThe second multiplier

Return Value

The product of a and b

See Also