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: 8.2.1.0 (8.2.1)
Syntaxmember Not : unit -> unit
See Also