ZeroChecker extension to show if this num is not zero or not
bool get isNotEqualZero { return this != 0; }