Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. myVar + " == 0 ? " + BigDecimal.ZERO.equals(myVar)
  2.  
  3. 0.0000 == 0 ? false
  4.  
  5. public BigDecimal myVar;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement