User Tools

Site Tools


Sidebar

dictionary:bitwise:shiftright

Table of Contents

Shift Right

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

Usage:

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

Examples:

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