Constructor BitArray32
BitArray32(uint)
Constructor.
Declaration
public BitArray32(uint initValue)
Parameters
| Type | Name | Description | 
|---|---|---|
| uint | initValue | Initialization value.  | 
    
BitArray32(IEnumerable<uint>)
Constructor.
Declaration
public BitArray32(IEnumerable<uint> bitIndexTrue)
Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<uint> | bitIndexTrue | List of indices where bits should be set to true.  |