Class ADT.Struct()->SLong
- Description
One longword (4 bytes) in network order, signed integer value -(2^31) <= x < 2^31-1.
- Inherit SWord
inherit SWord : SWord
- Method create
ADT.Struct.SLong ADT.Struct.SLong(
void
|int
initial_value
)- Description
The longword can be initialized with an optional value.