RotateLogicValue extension

Adds rotation functions to LogicValue.

on

Methods

rotateLeft(int rotateAmount) LogicValue

Available on LogicValue, provided by the RotateLogicValue extension

Rotates this value by rotateAmount to the left.
rotateRight(int rotateAmount) LogicValue

Available on LogicValue, provided by the RotateLogicValue extension

Rotates this value by rotateAmount to the right.