Class DecimalMath.DivideResult

  • Enclosing class:
    DecimalMath

    public static class DecimalMath.DivideResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long[] quotient  
      long[] remainder  
    • Constructor Summary

      Constructors 
      Constructor Description
      DivideResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • quotient

        public final long[] quotient
      • remainder

        public final long[] remainder
    • Constructor Detail

      • DivideResult

        public DivideResult()