Complex.opAdd

Calculates z+x. Returns a new number.

  1. Complex opAdd(Complex x)
  2. Complex opAdd(uint x)
    class Complex
    opAdd
    (
    uint x
    )

Meta