negate method

FixedPointValue negate()

Negate operation for FixedPointValue.

Implementation

FixedPointValue negate() => clonePopulator().ofLogicValue((~value) + 1);