Complex Operators |
The Complex type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Returns the sum of this complex number and the specified complex number. |
![]() ![]() | Division |
Returns the result of dividing the specified complex number into
this complex number. |
![]() ![]() | Multiply |
Returns the product of this complex number and the specified complex number. |
![]() ![]() | Subtraction |
Returns the result of subtracting the specified complex number from
this complex number. |