Complex Structure |
The Complex type exposes the following members.
Name | Description | |
---|---|---|
Argument | Gets or stes the argument of a this complex number. | |
Conjugate | Returns the conjugate of this complex number. | |
Imaginary | Gets or sets the imaginary value of the complex number. | |
Modulus | Gets the modulus or absolute value of this complex number. | |
Real | Gets or sets the real value of the complex number. |
Name | Description | |
---|---|---|
Equals |
Indicates whether this instance and a specific object are equals.
(Overrides ValueTypeEquals(Object)) | |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
ToString |
Converts this instance to its equivalent string representation.
(Overrides ValueTypeToString) | |
ToString(String) | Converts this instance to its equivalent string representation, using the specified format. | |
ToString(String, IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. |
Name | Description | |
---|---|---|
Addition(Complex, Complex) | Complex addition. | |
Division(Complex, Complex) | Complex division. | |
Equality(Complex, Complex) | Equality operator. | |
Inequality(Complex, Complex) | Inequality operator. | |
Multiply(Complex, Complex) | Complex multiplication. | |
Multiply(Complex, Double) | Complex multiplication. | |
Multiply(Double, Complex) | Complex multiplication. | |
Subtraction(Complex, Complex) | Complex subtraction. | |
UnaryNegation(Complex) | Unary minus. | |
UnaryPlus(Complex) | Unary addition. |
Name | Description | |
---|---|---|
_imaginary | ||
_real |
Name | Description | |
---|---|---|
GetEnumNames | (Defined by General) | |
IsValidDouble | (Defined by General) |