operator unary- method

TValue operator unary-()

Negates this value.

Implementation

TValue operator -() => createValue(-baseValue);