示例#1
0
 public override bool TestBitZero()
 {
     return(Nat192.GetBit(x, 0) == 1);
 }