All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.util.money.IExchangeRate.gs Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
package gw.util.money
uses gw.util.Rational
uses gw.util.money.RateType

interface IExchangeRate {
  function get( rateType: RateType ) : Rational
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy