Click or drag to resize

EwahCompressedBitArrayGetEnumerator Method

Iterator over the set bits (this is what most people will want to use to browse the content). The location of the set bits is returned, in increasing order.

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public IEnumerator<int> GetEnumerator()

Return Value

Type: IEnumeratorInt32
the int enumerator

Implements

IEnumerableTGetEnumerator
See Also