IntExtension extension

An int extension.

on

Properties

nonZeroSign int
The sign of this integer.
no setter

Methods

incrementBy(int step) int
This int incremented by step.
nonZeroMod(int n) int
The modulo n of this int, returning n when the modulo would give 0.