Package net.sf.jasperreports.engine.util
Interface BigDecimalHandler
- All Known Implementing Classes:
Java14BigDecimalHandler
,Java15BigDecimalHandler
public interface BigDecimalHandler
BigDecimal
handler interface used by BigDecimalUtils
.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptiondivide
(BigDecimal dividend, BigDecimal divisor) Divides twoBigDecimal
values.
-
Method Details
-
divide
Divides twoBigDecimal
values.- Parameters:
dividend
- the dividenddivisor
- the divisor- Returns:
- the division result, rounded according to the rules of the specific implementation
-