shiftRightInt abstract method

int shiftRightInt(
  1. int n,
  2. int shift
)

Performs a right bit shift (>>).

Implementation

int shiftRightInt(int n, int shift);