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: 11.1.0.0 (11.1.0)
Syntax public 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:
Int32See Also