operator >> abstract method

DynamicInt operator >>(
  1. int shiftAmount
)

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

Implementation

DynamicInt operator >>(int shiftAmount);