James Edward Gray II wrote:
Well, BigDecimal lets you work with decimals, but will be slower. Integers will be faster, but you'll need to handle the conversions, as needed.
Ahh, I see what BigDecimal is now. Think I'd rather just use cents and Integers.
--Steve