Java Utililty Methods Integer Mod

List of utility methods to do Integer Mod

Description

The list of methods to do Integer Mod are organized into topic(s).

Method

intmodulus(int[] array)
modulus
return array[0] % array[array.length - 1];