operator unary- method

Decimal operator unary-()

Returns the negative value of this rational.

Implementation

Decimal operator -() => (-_rational).toDecimal();