aspose file tools
The moose likes Beginning Java and the fly likes BigDecimal question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "BigDecimal question" Watch "BigDecimal question" New topic
Author

BigDecimal question

Saathvik Reddy
Ranch Hand

Joined: Jun 03, 2005
Posts: 228
Hi,

I want to check if the BigDecimal value is positive or negative. How can i do that? I didn't find any method which does this in the API.

Thanks,
Srikanth.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
Try the compareTo method and pass BigDecimal.ZERO.
Saathvik Reddy
Ranch Hand

Joined: Jun 03, 2005
Posts: 228
Thanks Ritchie it worked!
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
You're welcome
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: BigDecimal question
 
Similar Threads
How to convert String to BigDecimal
data type for large decimals
BigDecimal
Class cast on Object Array
Double and Float