Class BigDecimalHelper
- java.lang.Object
-
- com.caplin.motif.fx.ret.common.utility.BigDecimalHelper
-
public class BigDecimalHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BigDecimalHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isLessThanZero(java.math.BigDecimal number)
static boolean
isMoreThanZero(java.math.BigDecimal number)
static boolean
isZero(java.math.BigDecimal number)
-