Platforms to show: All Mac Windows Linux Cross-Platform

BitwiseRotateMBS(value as UInt64, count as Integer, offset as Integer, width as Integer) as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Math MBS Util Plugin ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Does an bitwise rotation of value.
Example
msgBox str(BitwiseRotateMBS(5,2,0,32))
' displays 20

Always using 32bit.

Some examples using this global method:

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...