The fields of Java.Math.BigDecimal are listed below. For a list of all members, see the BigDecimal Members list.
See Also: Inherited members from Java.Lang.Number
const | RoundCeiling | RoundOptions (2). Rounding mode to round towards positive infinity. |
const | RoundDown | RoundOptions (1). Rounding mode where the values are rounded towards zero. |
const | RoundFloor | RoundOptions (3). Rounding mode to round towards negative infinity. |
const | RoundHalfDown | RoundOptions (5). Rounding mode where values are rounded towards the nearest neighbor. |
const | RoundHalfEven | RoundOptions (6). Rounding mode where values are rounded towards the nearest neighbor. |
const | RoundHalfUp | RoundOptions (4). Rounding mode where values are rounded towards the nearest neighbor. |
const | RoundUnnecessary | RoundOptions (7). Rounding mode where the rounding operations throws an ArithmeticException for the case that rounding is necessary, i.e. for the case that the value cannot be represented exactly. |
const | RoundUp | RoundOptions (0). Rounding mode where positive values are rounded towards positive infinity and negative values towards negative infinity. |