<<
Returns the bitwise shift left of this integer with the given number of bit to shift.
Syntax
anInteger << bits
Parameters
bits - Integer
The number of bit to shift.
Return Value
The shifted value.
Returns the bitwise shift left of this integer with the given number of bit to shift.