I have been working a lot with BigDecimal types.
I'd like to test on a compare operation: BigDecimal.compareTo(BigDecimal).
I'd also like to test the precision and scale of the input BigDecimal.
BigDecimal has scale()/setScale(), which is not JavaBean compliant...
How would I do this in Valang?
thanks,
--Michael
|