$binaryShl

Shifts all bits of the integer value in parameter 1 parameter 2 positions to the left.
Syntax
    $binaryShl{integer_1}{integer_2}
DocumentationShifts all bits of the integer value in parameter 1 parameter 2 positions to the left. A shift of 1 bit to the left is equal to multiplying parameter 1 with 2.
Examples
    $binaryShl{16}{2}
    would return 64
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2