Click or drag to resize

EwahCompressedBitArrayNot Method

Negate (bitwise) the current bitmap. To get a negated copy, do ((EwahCompressedBitArray) mybitmap.Clone()).not(); The running time is proportional to the compressed size (as reported by SizeInBytes).

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public void Not()
See Also