Serialized Form

  • Package com.mvohm.quadruple

    • Class com.mvohm.quadruple.Quadruple

      class Quadruple extends Number implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • exponent
          int exponent
          biased exponent
        • mantHi
          long mantHi
          Most significant 64 bits of mantissa (only fractional part)
        • mantLo
          long mantLo
          Least significant 64 bits of mantissa
        • negative
          boolean negative
          true for negative values