oracle.adfnmc.java.math
Class RoundingMode
java.lang.Object
oracle.adfnmc.java.math.RoundingMode
public class RoundingMode
- extends java.lang.Object
Method Summary |
static int |
valueOf(int rM)
|
static int |
valueOf(java.lang.String val)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UP
public static final int UP
- See Also:
- Constant Field Values
DOWN
public static final int DOWN
- See Also:
- Constant Field Values
CEILING
public static final int CEILING
- See Also:
- Constant Field Values
FLOOR
public static final int FLOOR
- See Also:
- Constant Field Values
HALF_UP
public static final int HALF_UP
- See Also:
- Constant Field Values
HALF_DOWN
public static final int HALF_DOWN
- See Also:
- Constant Field Values
HALF_EVEN
public static final int HALF_EVEN
- See Also:
- Constant Field Values
UNNECESSARY
public static final int UNNECESSARY
- See Also:
- Constant Field Values
RoundingMode
public RoundingMode()
valueOf
public static int valueOf(int rM)
valueOf
public static int valueOf(java.lang.String val)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.