Click or drag to resize
Complex Operators

The Complex type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Returns the sum of this complex number and the specified complex number.
Public operatorStatic memberDivision
Returns the result of dividing the specified complex number into this complex number.
Public operatorStatic memberMultiply
Returns the product of this complex number and the specified complex number.
Public operatorStatic memberSubtraction
Returns the result of subtracting the specified complex number from this complex number.
Top
See Also