Round up the provided integer vector int according to the modulus.

makeRoundUp(int, modulus)

Arguments

int

integer vector

modulus

integer value to use as the divisor.