Java.Math.BigDecimal: Field Members

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

Public Fields

const
RoundCeilingRoundOptions (2). Rounding mode to round towards positive infinity.
const
RoundDownRoundOptions (1). Rounding mode where the values are rounded towards zero.
const
RoundFloorRoundOptions (3). Rounding mode to round towards negative infinity.
const
RoundHalfDownRoundOptions (5). Rounding mode where values are rounded towards the nearest neighbor.
const
RoundHalfEvenRoundOptions (6). Rounding mode where values are rounded towards the nearest neighbor.
const
RoundHalfUpRoundOptions (4). Rounding mode where values are rounded towards the nearest neighbor.
const
RoundUnnecessaryRoundOptions (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
RoundUpRoundOptions (0). Rounding mode where positive values are rounded towards positive infinity and negative values towards negative infinity.