|
Smalltalk/X WebserverDocumentation of class 'LongIntegerArray': |
|
|
Class: LongIntegerArrayInheritance:Object | +--Collection | +--SequenceableCollection | +--ArrayedCollection | +--UninterpretedBytes | +--AbstractNumberVector | +--UnboxedIntegerArray | +--LongIntegerArray
Description:
LongIntegerArrays store 64bit unsigned integers in the range
0..16rFFFFFFFFFFFFFFFF.
In contrast to normal arrays (which store pointers to their elements),
longIntegerArrays store the values in a dense & compact way.
Since the representation fits the underlying C-language systems representation
of unsigned longlong's, this is also useful to pass bulk data to c primitive code.
(the system makes certain, that the first longlong is aligned as required)
[memory requirements:]
OBJ-HEADER + (size * 8)
Related information:
ByteArray
BooleanArray
FloatArray
DoubleArray
Array
WordArray
SignedWordArray
IntegerArray
SignedIntegerArray
SignedLongIntegerArray
Class protocol:queries
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 08:42:46 GMT
|