Click or drag to resize

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; }

Property Value

Type: Int32
See Also