Bitwise operation
This page presents procedures from class WorksheetFunction related to the theme Bitwise operation
Bitand - Returns a bitwise And of two numbers.
Bitlshift - Returns a value number shifted left by shift_amount bits.
Bitor - Returns a bitwise Or of two numbers.
Bitrshift - Returns a value number shifted right by shift_amount bits.
Bitxor - Returns a bitwise Exclusive Or of two numbers.