Documentation ¶
Index ¶
Constants ¶
View Source
const MaxUint24 = 16777215
MaxUint24 is the max value of Uint24.
Variables ¶
This section is empty.
Functions ¶
func IsExceedMaximumUint24Error ¶
IsExceedMaximumUint24Error returns true if exceed maximum Uint24. (16777215)
func IsNegativeUint24Error ¶
IsNegativeUint24Error returns true if number is negative.
Types ¶
type Uint24 ¶
type Uint24 [3]byte
Uint24 is 3 bytes unsigned integer.
func NewUint24Bytes ¶
NewUint24Bytes returns a new uint24 from bytes.
Click to show internal directories.
Click to hide internal directories.