[Integer->BitShiftLeft] shifts the bits in the base integer left by the number specified in the integer parameter. The bit offset should be between 1 and 64.
Integer Variable->BitShiftLeft(Bit Offset)
Use the [Integer->BitShiftRight] method. The following example shifts the integer 8 (1000) right by 2 bits, the equivalent of multiplying the integer by 4, returning 32.
Code
local(result = 8)
#result->BitShiftLeft(2)
Result
32
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments