Rotate Left With Carry Function

Owning Palette: Data Manipulation Functions

Requires: Base Development System

Rotates each bit in the input value one bit to the left (from least significant to most significant bit), inserts carry in the low-order bit, and returns the most significant bit.

The connector pane displays the default data types for this polymorphic function.

 Add to the block diagram  Find on the palette
carry is the new low-order bit of value.
value must be an integer. It cannot be an array or a cluster.
msb carry out is the former high-order bit of value.
value is the new value. The data type of the output value is determined by the data type of the input value.