gw.util.money.IExchangeRate.gs Maven / Gradle / Ivy
package gw.util.money
uses gw.util.Rational
uses gw.util.money.RateType
interface IExchangeRate {
function get( rateType: RateType ) : Rational
}
package gw.util.money
uses gw.util.Rational
uses gw.util.money.RateType
interface IExchangeRate {
function get( rateType: RateType ) : Rational
}