Package org.joml
Class RoundingMode
java.lang.Object
org.joml.RoundingMode
public class RoundingMode
extends java.lang.Object
-
Field Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TRUNCATE
public static final int TRUNCATE- 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_EVEN
public static final int HALF_EVEN- See Also:
- Constant Field Values
-
HALF_DOWN
public static final int HALF_DOWN- See Also:
- Constant Field Values
-
HALF_UP
public static final int HALF_UP- See Also:
- Constant Field Values
-