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