Returns the the factor of the specified currency. The factor is the currency's exchange rate to the default currency, i.e. to the currency with the factor of 1.
double CurrencyFactor(string currency)
currency |
The identity of a currency. |
Example
CurrencyFactor("GBP")
Returns the currency factor of pound sterling. If the default currency is US dollar the factor could for example be 1.25 if one pound is worth more than one dollar.