Provides access to the vector's value as an array.
Class
TLiteVector
Syntax
property AsBitArray: TByteVectorArray;
Remarks
Use the AsBitArray property to get or set the vector's value as an array of Byte.
Note:
Each element of the vector is represented as a byte value of either 0 or 1.
See Also