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
bitValue
boolAll bits value.
BitArray64(ulong)
Initializes a new instance of the BitArray64 struct.
public BitArray64(ulong bits)
Parameters
bits
ulongBits to make up the array.