ZAlgebraObjectCollection
9 items
constructorZAlgebraObjectCollection
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.
valfloatArray
open override val floatArray: FloatArray
valsize
Number of elements contained within the values array with the specific type defined in dataType
funcopyAll
fun copyAll(values: List<ZAlgebraObject>)
Copies all values from the specified list of ZAlgebraObject into this collection.
funcopyInto
fun copyInto(offset: Int, value: ZAlgebraObject): Int
Copies the values from the specified ZAlgebraObject into the collection starting at the location defined by index.