Monday 15 August 2011

java - BigDecimal += (add and assign) ...How to do this? -


I can not seem to find an 'ad and assign' method in the classical class.

Is there any way to do this?

If you can not understand my question, then I am trying to do this:

a + = b;

But I'm trying to do it with BigDecimals

< P> a < a = a.add (b); Addition method in

/ P>

Take a look at this.

No comments:

Post a Comment