Rotate Right With Carry

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

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