Class ADT.Struct()->SLong

Inheritance graph
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(int|void initial_value)

Description

The longword can be initialized with an optional value.