Shifts the current value left by the specified number of bits.
Discards the high-order bits that are outside the range of the result type and sets the low-order empty bit positions to zero.
TSelf LeftShift(
int count
)Function LeftShift (
count As Integer
) As TSelfTSelf LeftShift(
int count
)abstract LeftShift :
count : int -> 'TSelf