public static JIBitArray operator &(JIBitArray Bits1, JIBitArray Bits2)
 {
     return(Bits1.And(Bits2));
 }