imul()

Determines the 32-bit product of the arguments passed similar to the way it would be calculated in C.

This function is valid in v2.15.0 to v2.24.3. This function has been downloaded 58 times.

Parameter

{…number} numX
All of the numbers for which you would like to calculate the 32-bit product.

Returns

{number}
The C-like 32-bit product of all of the numbers passed in.