Complex.opSubAssign

Calculates z -= x. Returns itself.

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

Meta