Rotate Left With Carry

Rotates each bit in the input value 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.

carry is the new low-order bit of value.
value must be a numeric. 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.