fetchMultiples method

Logic fetchMultiples(
  1. int col
)

Retrieve the multiples of the multiplicand at current bit position

Implementation

Logic fetchMultiples(int col) => multiplesSlice[col];