Difference between revisions of "Bit32"

From SkyCorp Global
(Created page with "NOTE: This class is lowercase, ie: 'bit32' == Public Methods == === static date === === static difftime === === static time === Category:LUA Class Reference")
 
 
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 date ===
+
=== static extract ===
 +
 
 +
=== static replace ===
 +
 
 +
=== static arshift ===
 +
=== static rshift ===
 +
 
 +
=== static lshift ===
 +
=== static band ===
 +
 
 +
=== static btest ===
 +
 
 +
=== static bor ===
 +
 
 +
=== static bnot ===
 +
 
 +
=== static bxor ===
  
=== static difftime ===
+
=== static lrotate ===
  
=== static time ===
+
=== 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.

Public Methods

static extract

static replace

static arshift

static rshift

static lshift

static band

static btest

static bor

static bnot

static bxor

static lrotate

static rrotate