|
|
Complex
|
The ComplexNumber type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Equals(ComplexNumber) | Returns a value indicating whether this instance is equal to a specified ComplexNumber value. |
|
|
Equals(Object) |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object)) |
|
|
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) |
|
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
|
Parse | Converts the string representation of a complex number to its complex number equivalent. |
|
|
Pow | Returns specified ComplexNumber raised to the specified power. |
|
|
ToString |
Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
|
|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |