EwahCompressedBitArraySizeInBytes Property |
Report the *compressed* size of the bitmap (equivalent to memory usage,
after accounting for some overhead).
Namespace:
VelocityDBExtensions.CompressedBitArray
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public int SizeInBytes { get; }
Public ReadOnly Property SizeInBytes As Integer
Get
public:
property int SizeInBytes {
int get ();
}
member SizeInBytes : int with get
Property Value
Type:
Int32See Also