operator << abstract method

Number operator <<(
  1. int value
)

Left bit-shift operator.

Implementation

Number operator <<(int value);