Click or drag to resize

EwahCompressedBitArray.SetSizeInBits Method

Change the reported size in bits of the *uncompressed* bitmap represented by this compressed bitmap. It is not possible to reduce the SizeInBits, but it can be extended. The new bits are set to false or true depending on the value of defaultvalue.

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public bool SetSizeInBits(
	int size,
	bool defaultvalue
)

Parameters

size
Type: System.Int32
the size in bits
defaultvalue
Type: System.Boolean
the default bool value

Return Value

Type: Boolean
true if the update was possible
See Also