maskOperand abstract method

int maskOperand(
  1. int operand
)

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

Implementation

int maskOperand(int operand);