RotateLogicValue extension
Adds rotation functions to LogicValue.
- on
Methods
-
rotateLeft(
int rotateAmount) → LogicValue -
Available on LogicValue, provided by the RotateLogicValue extension
Rotates this value byrotateAmount
to the left. -
rotateRight(
int rotateAmount) → LogicValue -
Available on LogicValue, provided by the RotateLogicValue extension
Rotates this value byrotateAmount
to the right.