Rotate Right With Carry Function

Owning Palette: Data Manipulation Functions

Requires: Base Development System

Rotates each bit in value one bit to the right (from most significant to least significant), inserts carry in the high-order bit, and returns the least 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 high-order bit of value.
value must be an integer. It cannot be an array or a cluster.
lsb carry out is the former low-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.