EwahCompressedBitArray Constructor (Int32) |
Sets explicitly the buffer size (in 64-bit words). The initial memory usage
will be "buffersize * 64". For large poorly compressible bitmaps, using
large values may improve performance.
Namespace:
VelocityDBExtensions.CompressedBitArray
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public EwahCompressedBitArray(
int buffersize
)
Public Sub New (
buffersize As Integer
)
public:
EwahCompressedBitArray(
int buffersize
)
new :
buffersize : int -> EwahCompressedBitArray
Parameters
- buffersize
- Type: SystemInt32
buffersize number of 64-bit words reserved when the object is created
See Also