money.opBinary

Can multiply, divide, and modulo with integer values.

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

Meta