negate method
Negate operation for SignMagnitudeValue.
Implementation
SignMagnitudeValue negate() => clonePopulator().populate(
sign: sign == LogicValue.one ? LogicValue.zero : LogicValue.one,
magnitude: magnitude);
Negate operation for SignMagnitudeValue.
SignMagnitudeValue negate() => clonePopulator().populate(
sign: sign == LogicValue.one ? LogicValue.zero : LogicValue.one,
magnitude: magnitude);