org.yestech.lib.currency
Class CurrencyUtils
java.lang.Object
org.yestech.lib.currency.CurrencyUtils
public class CurrencyUtils
- extends java.lang.Object
- Version:
- $Revision: $
- Author:
- Artie Copeland
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrencyUtils
public CurrencyUtils()
add
public static Money add(Money leftSide,
Money rightSide)
subtract
public static Money subtract(Money leftSide,
Money rightSide)
divide
public static Money divide(Money leftSide,
Money rightSide)
divide
public static Money divide(Money leftSide,
Money rightSide,
int roundMode)
multiple
public static Money multiple(Money leftSide,
Money rightSide)
Copyright © 2009 YES Technology Association. All Rights Reserved.