Example

<< Click to Display Table of Contents >>

Navigation:  Function block library > Logic > Bitwise operations > Bitwise And >

Example

Previous pageReturn to chapter overviewNext page

bitwise_and_example


Value

Binary representation

Operand 1

12

1100

Operand 2

6

0110

Result

4

0100