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: 8.2.1.0 (8.2.1)
Syntaxpublic int SizeInBytes { get; }
Public ReadOnly Property SizeInBytes As Integer
Get
public:
property int SizeInBytes {
int get ();
}
member SizeInBytes : int with get
Property Value
Type:
Int32
See Also