xtd 0.2.0
Loading...
Searching...
No Matches

◆ big_mul()

static int64 xtd::math::big_mul ( int32  a,
int32  b 
)
static

Produces the full product of two 32-bit numbers.

Parameters
aThe first int32 to multiply.
bThe second int32 to multiply.
Returns
The int64 containing the product of the specified numbers.