BitArrayGetAllSetBits Method
Returns a yielded list of all bits that are set.
Namespace: SnapDB.CollectionsAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public IEnumerable<int> GetAllSetBits()
Public Function GetAllSetBits As IEnumerable(Of Integer)
public:
IEnumerable<int>^ GetAllSetBits()
function GetAllSetBits();
Return Value
IEnumerableInt32An
IEnumerableT of integers representing the positions of set bits in the bit array.