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