Binary and

The result of -band is a number where each of the bits is set in both the value on the left and the value on the right.

In the following example, the result is 2:

11 -band 6 

This operation can be shown in a table:

Bit value

8

4

2

1

Left-hand side

11

1

0

1

1

Right-hand side

6

0

1

1

0

-band

2

0

0

1

0

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.189.188.238