示例#1
0
 public void setParseIntegerOnly(bool b)
 {
     this.parseIntegerOnly = b;
     this.roundingMode     = b ? java.math.RoundingMode.HALF_EVEN : java.math.RoundingMode.UNNECESSARY;
 }
示例#2
0
 public void setParseIntegerOnly(bool b)
 {
     this.parseIntegerOnly = b;
     this.roundingMode = b ? java.math.RoundingMode.HALF_EVEN : java.math.RoundingMode.UNNECESSARY;
 }
示例#3
0
 public void setRoundingMode(java.math.RoundingMode mode)
 {
     throw new java.lang.UnsupportedOperationException();
 }