减数
int reduce(int reduction) { if (isNullOrZero) { return -reduction; } return this ?? 0 - reduction; }