Return the negative value of this integer.
@override Decimal operator -() => Decimal._(-_n, precision, _scale);