| 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: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic EwahCompressedBitArray(
	int buffersize
)
Public Sub New ( 
	buffersize As Integer
)
public:
EwahCompressedBitArray(
	int buffersize
)
new : 
        buffersize : int -> EwahCompressedBitArrayParameters
- buffersize
- Type: SystemInt32
 buffersize number of 64-bit words reserved when the object is created
 See Also
See Also