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 member Not : unit -> unit
See Also