The following tables list the members exposed by Complex.
| Name | Description | |
|---|---|---|
![]() | Complex Constructor | Initializes a new Complex number with real and imaginary components. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a Complex number z to the Complex number. |
![]() | Compare | Compares the Complex number to another Complex number z. |
![]() | Divide | Divides a Complex number z from the Complex number. |
![]() | Equals | Compares the Complex number to x for equality. |
![]() | GetHashCode | Returns a hash code for the Complex number. |
![]() | Multiply | Multiplys a Complex number z to the Complex number. |
![]() ![]() | Parse | Takes a string representation of a Complex number and returns the specified Complex number. |
![]() | Subtract | Subtracts a Complex number z from the Complex number. |
![]() | ToString | Overloaded. Returns the string representation of a Complex number. |
![]() ![]() | TryParse | Returns True if s can be parsed into a Complex number; False otherwise. |
Addition | Returns the sum of two Complex numbers. |
Division | Returns the division of two Complex numbers. |
Equality | Compares two Complex numbers for equality. |
Greater Than | Returns True if z1 is greater than z2; False otherwise. |
Greater Than or Equal | Returns True if z1 is greater than or equal to z2; False otherwise. |
Implicit Type Conversion | Casts a double to a Complex number. |
Inequality | Compares two Complex numbers for inequality. |
Less Than | Returns True if z1 is less than z2; False otherwise. |
Less Than or Equal | Returns True if z1 is less than or equal to z2; False otherwise. |
Multiplication | Overloaded. Returns the product of two Complex numbers. |
Subtraction | Returns the difference of two Complex numbers. |