Click or drag to resize

EwahEnumerator Constructor

Instantiates a new eWAH enumerator

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
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