selectSignedAddend property

  1. @protected
Logic? get selectSignedAddend

If not null, use this signal to select between signed and unsigned multiplier b

Implementation

@protected
Logic? get selectSignedAddend => signedAddendParameter.tryRuntimeInput(this);