currency.opBinary

Can multiply, divide, and modulo with integer values.

  1. T opBinary(T rhs)
  2. double opBinary(T rhs)
  3. T opBinary(long rhs)
    struct currency(string currency_name, int dec_places = 4, roundingMode rmode = roundingMode.HALF_UP)
    const
    opBinary
    (
    string op
    )
    (
    const long rhs
    )
  4. T opBinary(real rhs)

Meta