- All Superinterfaces:
FloatingValue,Value
-
Method Summary
Methods inherited from interface dev.civl.abc.ast.value.IF.FloatingValue
getType
-
Method Details
-
getRadix
int getRadix() -
getDoubleValue
double getDoubleValue() -
getWholePartValue
BigInteger getWholePartValue() -
getFractionPartValue
BigInteger getFractionPartValue() -
getFractionLength
int getFractionLength() -
getExponentValue
BigInteger getExponentValue()
-