operator unary- method

BigInteger operator unary-()

Returns the negation of this BigInteger.

Implementation

BigInteger operator -() => BigInteger._(-_value);