User Tools

Site Tools


Sidebar

dictionary:bitwise:shiftleft

Table of Contents

Shift Left

Shifts the bits of an integer some number of places to the left.

Usage:

shift left (integer: the number to be shifted) by (integer: the number of places to shift)

Examples:

  set myValue to (shift left 45 by 2)
dictionary/bitwise/shiftleft.txt · Last modified: 2017/03/06 18:36 (external edit)