org.slim3.commons.util
Class BigDecimalUtil
java.lang.Object
org.slim3.commons.util.BigDecimalUtil
public final class BigDecimalUtil
- extends Object
A utility class for BigDecimal
.
- Version:
- 3.0
- Author:
- higa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toBigDecimal
public static BigDecimal toBigDecimal(Object o)
- Converts the object to
BigDecimal
.
- Parameters:
o
- the object
- Returns:
- the converted value
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.