Package org.joml

Class RoundingMode

java.lang.Object
org.joml.RoundingMode

public class RoundingMode
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int CEILING  
    static int FLOOR  
    static int HALF_DOWN  
    static int HALF_EVEN  
    static int HALF_UP  
    static int TRUNCATE  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait