MtxVec VCL
|
Allows sizing the internal storage to accomodate desired number of bits.
Use BitPack and BitUnpack for much faster access to bit data or Bits[i] property for individual bit access. Setting BitCount will also call the Size method. The Length of the internal arrays will be adjusted so that all bits can be stored with padding of the last 32bit integer element. The value of BitCount, which is not an integer multiple of the IntPrecision is preserved only by certain methods where applicable and where it is not ambiguous. The value of the property affects only the results of BitPack and BitUnpack routines.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|