operator unary- method

T operator unary-()

Returns a measurement representing the opposite of this.

Implementation

T operator -() => _construct(-si, _precision, defaultInterpreter);