Exemplo n.º 1
0
 BitConverter.GetBytes(BitConverter.ToInt32(BitConverter.GetBytes(value), 0) ^
Exemplo n.º 2
0
 public Bits(ulong value) => bits  = new BitArray(BitConverter.GetBytes(value));
Exemplo n.º 3
0
 => _bits = new BitArray(BitConverter.GetBytes(value));