public static long multiplyFull (int x, int y)

Returns the exact mathematical product of the arguments.

Parameters:
x    the first value
y    the second value

Returns:  the result

See also:
Math.multiplyFull(int,int)

Since:  9