|
Smalltalk/X WebserverDocumentation of class 'SignedIntegerArray': |
|
|
Class: SignedIntegerArrayInheritance:Object | +--Collection | +--SequenceableCollection | +--ArrayedCollection | +--UninterpretedBytes | +--AbstractNumberVector | +--UnboxedIntegerArray | +--SignedIntegerArray
Description:
SignedIntegerArrays store 32bit signed integers in the range 16r-80000000..16r7FFFFFFF.
In contrast to normal arrays (which store pointers to their elements),
signedIntegerArrays store the values in a dense & compact way.
Since the representation fits the underlying C-language systems representation
of signed int32's, this is also useful to pass bulk data to c primitive code.
[memory requirements:]
OBJ-HEADER + (size * 4)
Related information:
ByteArray
BooleanArray
FloatArray
DoubleArray
Array
SignedWordArray
WordArray
IntegerArray
LongIntegerArray
SignedLongIntegerArray
Class protocol:queries
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 10:03:18 GMT
|