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

Since:  9