ZAlgebraObjectCollection
8 items
- All (8)
- Constructors (1)
- Functions (1)
- Properties (6)
All
8constructorZAlgebraObjectCollection
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.
valbyteArray
open override val byteArray: ByteArray
valbyteSize
open override val byteSize: Int
valfloatArray
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
funcopyAll
fun copyAll(values: List)
Copies all values from the specified list of ZAlgebraObject into this collection.
Constructors
1constructorZAlgebraObjectCollection
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.
Functions
1funcopyAll
fun copyAll(values: List)
Copies all values from the specified list of ZAlgebraObject into this collection.
Properties
6valbyteArray
open override val byteArray: ByteArray
valbyteSize
open override val byteSize: Int
valfloatArray
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