maskFactor abstract method

int maskFactor(
  1. int factor
)

Removes the most significant bits from an multiply operand. Needed on restricted arithmetic.

Implementation

int maskFactor(int factor);