![]() |
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) [caveat:] should probably be renamed to SignedInt32Array Related information:ByteArray BooleanArray FloatArray DoubleArray Array SignedWordArray WordArray IntegerArray LongIntegerArray SignedLongIntegerArray Class protocol:queries
|
|
ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 06 Dec 2023 04:15:41 GMT
|