Class UnsignedLong


  • public final class UnsignedLong
    extends Object
    Static utilities for dealing with long values as if they are unsigned.
    Author:
    AO Industries, Inc.
    • Method Detail

      • divide

        public static long divide​(long dividend,
                                  long divisor)
        Divides two unsigned long values.
      • remainder

        public static long remainder​(long dividend,
                                     long divisor)
        Gets the remainder (modulus) from a division.