Click or drag to resize

EwahCompressedBitArrayGetPositions Method

get the locations of the true values as one vector. (may use more memory than GetEnumerator()

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

Return Value

Type: ListInt32

[Missing <returns> documentation for "M:VelocityDBExtensions.CompressedBitArray.EwahCompressedBitArray.GetPositions"]

See Also