Module dev.civl.abc

Interface RealFloatingValue

All Superinterfaces:
Value

public interface RealFloatingValue extends Value
  • Method Details

    • getType

      FloatingType getType()
      Description copied from interface: Value
      Returns the type of this value.
      Specified by:
      getType in interface Value
      Returns:
      the type of this value
    • getRadix

      int getRadix()
    • getDoubleValue

      double getDoubleValue()
    • getWholePartValue

      BigInteger getWholePartValue()
    • getFractionPartValue

      BigInteger getFractionPartValue()
    • getFractionLength

      int getFractionLength()
    • getExponentValue

      BigInteger getExponentValue()