static void Main(string[] args) { BitArray32 bits = new BitArray32(54); bits.SetBitAt(1, 0); Console.WriteLine(bits.GetBit(0)); }