currency.opBinary

Can multiply, divide, and modulo floating point numbers.

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

Meta