Home
last modified time | relevance | path

Searched refs:nonusd (Results 1 – 1 of 1) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/
H A DCurrency.java65 public static Currency convertToUSD(Currency usd, Currency nonusd, Currency cvt) { in convertToUSD() argument
69 nonusd == null || nonusd.isNull() || nonusd.getValue() == 0.0) { in convertToUSD()
77 multiple = usd.getValue() / nonusd.getValue(); in convertToUSD()
78 if(multiple != 0.0) sCurrencyMap.put(nonusd.getCurrencyType(), multiple); in convertToUSD()