ch.panter.li.bi.asn.api
Interface DecimalValueInfo
- All Superinterfaces:
- NumericalValueInfo
- All Known Subinterfaces:
- DecimalValue
- All Known Implementing Classes:
- AsnReal
public interface DecimalValueInfo
- extends NumericalValueInfo
VALUE_COMPARISON_RANGE
static final double VALUE_COMPARISON_RANGE
- See Also:
- Constant Field Values
hasSameNumericalValue
boolean hasSameNumericalValue(DecimalValue compare)
hasSameNumericalValue
boolean hasSameNumericalValue(DecimalValue compare,
double range)
hasSameNumericalValue
boolean hasSameNumericalValue(Number compare)
hasSameNumericalValue
boolean hasSameNumericalValue(Number compare,
double range)
isNegativeInfinity
boolean isNegativeInfinity()
isPositiveInfinity
boolean isPositiveInfinity()
isInfinity
boolean isInfinity()
isValidNumber
boolean isValidNumber()
Copyright 2007-2007 SourceForge. All Rights Reserved.