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
)
Public Sub New (
a As Long(),
sizeinwords As Integer
)
public:
EwahEnumerator(
array<long long>^ a,
int sizeinwords
)
new :
a : int64[] *
sizeinwords : int -> EwahEnumerator
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