Example

<< Click to Display Table of Contents >>

Navigation:  Function block library > Logic > Bitwise operations > Bitwise Shift Right >

Example

Previous pageReturn to chapter overviewNext page

bitwise_rightshift_example

The input is right-shifted by 2.


Value

Binary representation

Input

12

1100

Result

3

0011