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: 8.2.1.0 (8.2.1)
Syntax
public List<int> GetPositions()

Return Value

Type: ListInt32

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

See Also