Click or drag to resize

EwahCompressedBitArrayAndNot Method

Returns a new compressed bitmap containing the bitwise AND NOT values of the current bitmap with some other bitmap. The running time is proportional to the sum of the compressed sizes (as reported by SizeInBytes).

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public EwahCompressedBitArray AndNot(
	EwahCompressedBitArray a
)

Parameters

a
Type: VelocityDBExtensions.CompressedBitArrayEwahCompressedBitArray
the other bitmap

Return Value

Type: EwahCompressedBitArray
the EWAH compressed bitmap
See Also