コード例 #1
0
 public IBigInteger AndNot(
     IBigInteger val)
 {
     return And(val.Not());
 }