ShiftLeft
Previous  Next

Shifts left the number of bits specified in the Count argument.
Syntax: ShiftLeft (Number As Int32, Count As Int32) As Int32
Syntax: ShiftLeft (Number As UInt32, Count As Int32) As UInt32

Example
num = bit.ShiftLeft (num,1) 'Same as multiplying by 2