operator unary- method

num operator unary-()
inherited

Negate operator.

Implementation

num operator -() => -value;