Example

<< Click to Display Table of Contents >>

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

Example

Previous pageReturn to chapter overviewNext page

bitwise_leftshift_example

The input is left-shifted by 2.


Value

Binary representation

Input

6

00110

Result

24

11000