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