Complex Operators and Type Conversions | 
The Complex type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition | 
            Adds two complex numbers and returns the result.
              | |
| Division(Complex, Complex) | 
            Divides one complex number by another and returns the result.
              | |
| Division(Complex, Double) | 
            Divides one complex number by a scalar and returns the result.
              | |
| Equality | 
        Returns  if the two instances are exactly equal.
        | |
| (Double to Complex) | 
            Implicit conversion from double to complex number.
              | |
| Inequality | 
        Returns  if the two instances are not exactly equal.
        | |
| Multiply | 
            Returns the product of two complex numbers.
              | |
| Subtraction | 
            Subtracts two complex numbers and returns the result.
              | |
| UnaryNegation | 
            Negates the Complex value.
              |