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()
Public Function GetPositions As List(Of Integer)
public:
List<int>^ GetPositions()
member GetPositions : unit -> List<int>
Return Value
Type:
ListInt32[Missing <returns> documentation for "M:VelocityDBExtensions.CompressedBitArray.EwahCompressedBitArray.GetPositions"]
See Also