Click or drag to resize

EwahEnumerator Constructor

Instantiates a new eWAH enumerator

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public EwahEnumerator(
	long[] a,
	int sizeinwords
)

Parameters

a
Type: SystemInt64
the array of words
sizeinwords
Type: SystemInt32
the number of words that are significant in the array of words
See Also