| 
               | 
            
              Phasor Operators and Type Conversions | 
          
The Phasor type exposes the following members.
| Name | Description | |
|---|---|---|
| 
                 | 
              Addition(Phasor, Phasor) | Returns computed sum of values. | 
| 
                 | 
              Division(Phasor, Phasor) | Returns computed division of values. | 
| 
                 | 
              Equality(Phasor, Phasor) | Compares the two values for equality. | 
| 
                 | 
              Exponent(Phasor, Double) | Returns result of first value raised to power of second value. | 
| 
                 | 
              (Phasor to ComplexNumber) | Implicitly converts a Phasor to a ComplexNumber. | 
| 
                 | 
              (Phasor to Complex) | Implicitly converts a Phasor to a .NET Complex value. | 
| 
                 | 
              Inequality(Phasor, Phasor) | Compares the two values for inequality. | 
| 
                 | 
              Multiply(Phasor, Phasor) | Returns computed product of values. | 
| 
                 | 
              Subtraction(Phasor, Phasor) | Returns computed difference of values. | 
| 
                 | 
              UnaryNegation(Phasor) | Returns the negated value. |