EwahCompressedBitArraySetSizeInBits 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
)
Public Function SetSizeInBits (
size As Integer,
defaultvalue As Boolean
) As Boolean
public:
bool SetSizeInBits(
int size,
bool defaultvalue
)
member SetSizeInBits :
size : int *
defaultvalue : bool -> bool
Parameters
- size
- Type: SystemInt32
the size in bits - defaultvalue
- Type: SystemBoolean
the default bool value
Return Value
Type:
Booleantrue if the update was possible
See Also