Bitwise.ShiftRight

From Xojo Documentation

Method

Bitwise.ShiftRight(value as UInt64, shift as Integer, [,numBits as Integer]) As UInt64

Supported for all project types and targets.

Shifts value to the right by shift.

Notes

ShiftRight only shifts bits within NumBits field size. The optional parameter NumBits defaults to 64 bits.