MathHelper.multiplyFull

Returns the exact mathematical product of the arguments.

@param x the first value @param y the second value @return the result

class MathHelper
static
long
multiplyFull
(
int x
,
int y
)

Meta