Interface UBEInteger

    • Field Detail

      • XBUP_BLOCKREV_CATALOGPATH

        static final long[] XBUP_BLOCKREV_CATALOGPATH
    • Method Detail

      • 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 positive or negative infinity flag.
        Returns:
        true if value represents infinity
      • isPositiveInfinity

        boolean isPositiveInfinity()
        Reads positive infinity flag.
        Returns:
        true if value represents infinity
      • isNegativeInfinity

        boolean isNegativeInfinity()
        Reads negative infinity flag.
        Returns:
        true if value represents infinity
      • setPositiveInfinity

        void setPositiveInfinity()
        Sets value to positive infinity constant.
      • setNegativeInfinity

        void setNegativeInfinity()
        Sets value to negative infinity constant.