shiftLeftInt abstract method

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

Performs a left bit shift (<<).

Implementation

int shiftLeftInt(int n, int shift);