Constructor BitArray64
BitArray64()
Initializes a new instance of the BitArray64 struct.
public BitArray64()BitArray64(bool)
Initializes a new instance of the BitArray64 struct.
public BitArray64(bool bitValue)Parameters
- bitValuebool
- All bits value. 
BitArray64(ulong)
Initializes a new instance of the BitArray64 struct.
public BitArray64(ulong bits)Parameters
- bitsulong
- Bits to make up the array.