opBinary

Returns the result of the specified binary operation on this number and the argument.

  1. decimal opBinary(D that)
    const
    decimal
    opBinary
    (
    string op
    D : decimal
    )
    (
    in D that
    )
  2. decimal opBinary(T x)

Meta