GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.math.RoundingMode | |
Constructs a new MathContext with the specified precision and rounding
mode.
|
Methods with parameter type java.math.RoundingMode | |
BigDecimal | Returns a BigDecimal whose value is (this / val), with the specified scale
and rounding according to the RoundingMode
|
BigDecimal | Returns a BigDecimal whose value is (this / val) rounded according to the
RoundingMode
|
BigDecimal | Returns a BigDecimal whose value is the same as this BigDecimal but whose
representation has a scale of newScale . |
Methods with return type java.math.RoundingMode | |
RoundingMode | Returns the rounding mode setting. |
RoundingMode | RoundingMode.valueOf(int rm) Returns the RoundingMode object corresponding to the legacy rounding modes
in BigDecimal.
|
GNU Classpath (0.95) |