public final class UnsignedLong extends Object
long values.| Modifier and Type | Method and Description |
|---|---|
static long |
modulo(long x,
long y)
Calculate the unsigned modulo
x % y. |
public static long modulo(long x,
long y)
throws ArithmeticException
x % y.x - The dividendy - The divisorx % yArithmeticException - Iff y < 0Copyright © 2017 <code@io7m.com> http://io7m.com