| java.math.RoundingMode
RoundingMode | public enum RoundingMode (Code) | | author: Intel Middleware Product Division author: Instituto Tecnologico de Cordoba |
Constructor Summary | |
| RoundingMode(int rm) It sets the old constant. |
CEILING | Enum Constant CEILING(Code) | | |
FLOOR | Enum Constant FLOOR(Code) | | |
HALF_DOWN | Enum Constant HALF_DOWN(Code) | | |
HALF_EVEN | Enum Constant HALF_EVEN(Code) | | |
HALF_UP | Enum Constant HALF_UP(Code) | | |
UNNECESSARY | Enum Constant UNNECESSARY(Code) | | |
RoundingMode | RoundingMode(int rm)(Code) | | It sets the old constant.
|
|
|