Class ZeroUtil


  • public class ZeroUtil
    extends java.lang.Object
    simple util methods
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isZero​(double value)  
      static boolean isZero​(java.lang.Double value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isZero

        public static final boolean isZero​(double value)
      • isZero

        public static final boolean isZero​(java.lang.Double value)