negate method
Negate operation for FixedPointValue.
Implementation
FixedPointValue negate() => clonePopulator().ofLogicValue((~value) + 1);
Negate operation for FixedPointValue.
FixedPointValue negate() => clonePopulator().ofLogicValue((~value) + 1);