![]() |
Smalltalk/X WebserverDocumentation of class 'SignedLongIntegerArray': |
|
Class: SignedLongIntegerArrayInheritance:Object | +--Collection | +--SequenceableCollection | +--ArrayedCollection | +--UninterpretedBytes | +--AbstractNumberVector | +--UnboxedIntegerArray | +--SignedLongIntegerArray
Description:SignedLongIntegerArrays store 64bit signed integers in the range 16r-8000000000000000..16r7FFFFFFFFFFFFFFF. In contrast to normal arrays (which store pointers to their elements), signedLongIntegerArrays store the values in a dense & compact way. Since the representation fits the underlying C-language systems representation of signed 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) [caveat:] should probably be renamed to SignedInt64Array Related information:ByteArray BooleanArray FloatArray DoubleArray Array WordArray SignedWordArray IntegerArray SignedIntegerArray LongIntegerArray Class protocol:queries
|
|
ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Mon, 04 Dec 2023 10:34:22 GMT
|