| EwahCompressedBitArraySizeInBits Property  | 
 
            The size in bits of the *uncompressed* bitmap represented by this
            compressed bitmap. Initially, the SizeInBits is zero. It is extended
            automatically when you set bits to true.
            
 
    Namespace: 
   VelocityDBExtensions.CompressedBitArray
    Assembly:
   VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic int SizeInBits { get; set; }Public Property SizeInBits As Integer
	Get
	Set
public:
property int SizeInBits {
	int get ();
	void set (int value);
}member SizeInBits : int with get, set
Property Value
Type: 
Int32 See Also
See Also