outB property

FpType get outB

The second output floating point values after the swap.

Implementation

FpType get outB => (b.clone(name: 'outB') as FpType)..gets(output('outB'));