carryOut property

Logic? carryOut

The end-around carry which should be added to the resulting sum If the input carryOut is not null, this value is stored there. Otherwise, the end-around carry is internally added to sum

Implementation

Logic? get carryOut => tryOutput('carryOut');