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