checkPositiveOrZero

Checks that the given argument is positive or zero. If it is not , throws {@link IllegalArgumentException}. Otherwise, returns the argument.

int
checkPositiveOrZero
(
int i
,
string name
)

Meta