MathHelper.multiplyHigh

Returns as a {@code long} the most significant 64 bits of the 128-bit product of two 64-bit factors.

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

class MathHelper
static
long
multiplyHigh
(
long x
,
long y
)

Meta