- All Superinterfaces:
Value
-
Method Details
-
getType
FloatingType getType()Description copied from interface:ValueReturns the type of this value. -
getRadix
int getRadix() -
getDoubleValue
double getDoubleValue() -
getWholePartValue
BigInteger getWholePartValue() -
getFractionPartValue
BigInteger getFractionPartValue() -
getFractionLength
int getFractionLength() -
getExponentValue
BigInteger getExponentValue()
-