
# class CurrencyValue
CurrencyValue inherits from Wrapper
# MEMBERS
# member value
Type: Number
# member currency
Type: Currency
# STATIC FUNCTIONS
# static function of()
Description:
Return:
(CurrencyValue) - Returns a new currency value using the system default currency.
# static function of(value, currency)
Description:
Parameters:
- value: (Number) - The value of currency
- currency: (Currency) - Currency to be used (java.util.Currency)
Return:
(CurrencyValue) - Returns a new currency value