Bit32: Difference between revisions
Jump to navigation
Jump to search
(Created page with "NOTE: This class is lowercase, ie: 'bit32' == Public Methods == === static date === === static difftime === === static time === Category:LUA Class Reference") |
No edit summary |
||
Line 1: | Line 1: | ||
NOTE: This class is lowercase, ie: 'bit32' | NOTE: This class is lowercase, ie: 'bit32' | ||
The LUA manual has a [https://www.lua.org/manual/5.2/manual.html#6.7 bit32 section] that will likely be useful here. | |||
== Public Methods == | == Public Methods == | ||
=== static | === static extract === | ||
=== static replace === | |||
=== static arshift === | |||
=== static rshift === | |||
=== static lshift === | |||
=== static band === | |||
=== static btest === | |||
=== static bor === | |||
=== static bnot === | |||
=== static bxor === | |||
=== static | === static lrotate === | ||
=== static | === static rrotate === | ||
[[Category:LUA Class Reference]] | [[Category:LUA Class Reference]] |
Latest revision as of 05:44, 13 July 2023
NOTE: This class is lowercase, ie: 'bit32'
The LUA manual has a bit32 section that will likely be useful here.