Bitwise Operator Block

Bitwise Operator Block

The Bitwise Operator block emits the result of bitwise logical operations on its inputs. For an arbitrary number of inputs, each column of each input's binary representation will be compared to that same column of the other inputs, and logical comparisons will be made, the result of which are re-interpretted as a numerical value.

Parameters

  • Method [And | Or | Nor]
    • And: Applies logical AND to each bit of the inputs.
    • Or: Applies logical OR to each bit of the inputs.
    • Nor: Applies logical NOR to each bit of the inputs.

Examples

Bitwise Operator  Example