com.ibm.icu.util
public class CurrencyAmount extends Measure
See Also: java.lang.Number Currency
UNKNOWN: ICU 3.0
Constructor Summary | |
---|---|
CurrencyAmount(Number number, Currency currency)
Constructs a new object given a number and a currency. | |
CurrencyAmount(double number, Currency currency)
Constructs a new object given a double value and a currency. |
Method Summary | |
---|---|
Currency | getCurrency()
Returns the currency of this object. |
Parameters: number the number currency the currency
UNKNOWN: ICU 3.0
Parameters: number a double value currency the currency
UNKNOWN: ICU 3.0
Returns: this object's Currency
UNKNOWN: ICU 3.0