Complex Methods |
The Complex type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the given object represents the same complex number.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Complex) |
Determines whether the given complex number is the same.
|
![]() | GetHashCode |
Returns a hash code for the complex number.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsNaN |
Determines if the given complex number is not-a-number.
|
![]() | ToString |
Produces a string representation of the complex number.
(Overrides ValueTypeToString.) |