Bit.lshift

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page contains changes which are not marked for translation.


Available since: Gideros 2013.09
Class: bit

Description

Returns the bitwise logical left-shift by the number of bits given by the second argument.

(number) = bit.lshift(x,n)

Parameters

x: (number) number to shift
n: (number) amount of bits to shift

Return values

Returns (number) bitwise logical left-shift