Skip to main content

ZAlgebraObjectCollection

8 items

All

8
constructor(byteDataSize: Int)
constructor(dataType: ZDataType, count: Int)
Initializes a new instance of ZAlgebraObjectCollection with a specified data size.Secondary constructor for the ZAlgebraObjectCollection class that initializes the collection with a specified data type and count of algebraic objects.
open override val byteArray: ByteArray
open override val byteSize: Int
open override val count: Int
Number of individual instances this object represents
open override val dataType: ZDataType
The data type stored
open override val floatArray: FloatArray
valsize
open override val size: Int
Number of elements contained within the values array with the specific type defined in dataType
fun copyAll(values: List)
Copies all values from the specified list of ZAlgebraObject into this collection.