Class ADT.Struct()->SByte
- Description
One byte, signed integer value between -128 and 127.
- Inherit Item
inherit Item : Item
- Method create
ADT.Struct.SByte ADT.Struct.SByte(
void
|int(-128..127)
initial_value
)- Description
The byte can be initialized with an optional value.