Bits Module
Functions and values
Function or value |
Description
|
Full Usage:
b0 n
Parameters:
int
Returns: int
|
Get the least significant byte of a 32-bit integer
|
Full Usage:
b1 n
Parameters:
int
Returns: int
|
Get the 2nd least significant byte of a 32-bit integer
|
Full Usage:
b2 n
Parameters:
int
Returns: int
|
Get the 3rd least significant byte of a 32-bit integer
|
Full Usage:
b3 n
Parameters:
int
Returns: int
|
Get the most significant byte of a 32-bit integer
|
Full Usage:
mask32 m n
Parameters:
int32
n : int
Returns: int
|
|
Full Usage:
mask64 m n
Parameters:
int32
n : int
Returns: int64
|
|
Full Usage:
pown32 n
Parameters:
int
Returns: int
|
|
Full Usage:
pown64 n
Parameters:
int
Returns: int64
|
|