operator unary- method

Obj<double> operator unary-()

Implementation

Obj<double> operator -() => Obj(-value);