$binaryShr

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