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. |
![]() | Returns the sum of two Complex numbers. |
![]() | Returns the division of two Complex numbers. |
![]() | Compares two Complex numbers for equality. |
![]() | Returns True if z1 is greater than z2; False otherwise. |
![]() | Returns True if z1 is greater than or equal to z2; False otherwise. |
![]() | Casts a double to a Complex number. |
![]() | Compares two Complex numbers for inequality. |
![]() | Returns True if z1 is less than z2; False otherwise. |
![]() | Returns True if z1 is less than or equal to z2; False otherwise. |
![]() | Overloaded. Returns the product of two Complex numbers. |
![]() | Returns the difference of two Complex numbers. |