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