operator << abstract method

DynamicInt operator <<(
  1. int shiftAmount
)

Shift the bits of this integer to the left by shiftAmount.

Implementation

DynamicInt operator <<(int shiftAmount);