Class ADT.Struct()->SByte

Inheritance graph
ADT.Struct.Item ADT.Struct.SByte ADT.Struct.int8
Description

One byte, signed integer value between -128 and 127.


Inherit Item

inherit Item : Item


Method create

ADT.Struct.SByte ADT.Struct.SByte(int(-128..127)|void initial_value)

Description

The byte can be initialized with an optional value.