LisaacTM Platform

UINTEGER_8


Unsigned 8 bits integer.
Inherit/Insert Summary
parent_unsigned_integer No developed.
 
Slot Summary
object_size
 
Range.
maximum
Maximum of integer
 
Conversion with test.
to_uinteger_8
[ -? {bound_test (UINTEGER_8.minimum) to (UINTEGER_8.maximum)}; ]
to_character
Return the coresponding ASCII character.
 

Inherit/Insert Detail

parent_unsigned_integer

.../base/number/integer/uinteger_8.li line #17

Section:
Insert

Profile:
- SelfSELFparent_unsigned_integer : UNSIGNED_INTEGER

Detail slot

object_size

.../base/number/integer/uinteger_8.li line #21

Section:
Public

Profile:
- SelfSELFobject_size : INTEGER

Range.

maximum

.../base/number/integer/uinteger_8.li line #27

Section:
Public

Profile:
- SelfSELFmaximum : UINTEGER_64

Description:
Maximum of integer

Conversion with test.

to_uinteger_8

.../base/number/integer/uinteger_8.li line #33

Section:
Public

Profile:
- SelfSELFto_uinteger_8 : UINTEGER_8

Description:
[ -? {bound_test (UINTEGER_8.minimum) to (UINTEGER_8.maximum)}; ]

to_character

.../base/number/integer/uinteger_8.li line #35

Section:
Public

Profile:
- SelfSELFto_character : CHARACTER

Description:
Return the coresponding ASCII character.