Interface UBENatural

    • Field Detail

      • XBUP_BLOCKREV_CATALOGPATH

        static final long[] XBUP_BLOCKREV_CATALOGPATH
    • Method Detail

      • isZero

        boolean isZero()
        Returns if value is zero.
        Returns:
        true if value equals zero
      • getSegmentCount

        long getSegmentCount()
        Gets count of long value segments.
        Returns:
        count of long segments
      • getValueSegment

        long getValueSegment​(long segmentIndex)
        Gets long integer segment of value.
        Parameters:
        segmentIndex - index of segment, 0 for lowest value
        Returns:
        long integer
      • isInfinity

        boolean isInfinity()
        Reads infinity flag.
        Returns:
        true if value represents infinity
      • setInfinity

        void setInfinity()
        Sets value to infinity constant.