For a list of all members of this type, see Complex members.
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. |