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