|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Set of standard rounding modes.
Field Summary | |
static RoundingMode |
ROUND_CEILING
Rounding mode that rounds towards positive infinity. |
static RoundingMode |
ROUND_DOWN
Rounding mode that rounds towards 0. |
static RoundingMode |
ROUND_FLOOR
Rounding mode that rounds towards negative infinity. |
static RoundingMode |
ROUND_UP
Rounding mode that rounds away from 0. |
Field Detail |
public static final RoundingMode ROUND_CEILING
public static final RoundingMode ROUND_FLOOR
public static final RoundingMode ROUND_DOWN
public static final RoundingMode ROUND_UP
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |