The Complex type exposes the following methods.

Operators

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
__repr__()()() Obsolete.
Addition(Complex, Complex)
Adds two complex numbers.
Division(Complex, Complex)
Divides two complex numbers.
Equality(Complex, Complex)
Tests the equality of two complex numbers.
Equals(Object)
Determines whether the given object represents the same complex number.
(Overrides ValueType..::.Equals(Object).)
Explicit(Complex)
Converts the complex number to a double-precision real number.
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Returns a hash code for the complex number.
(Overrides ValueType..::.GetHashCode()()().)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Implicit(Double)
Converts a double-precision real number to a complex number.
Inequality(Complex, Complex)
Tests the inequality of two complex numbers.
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Multiply(Complex, Complex)
Multiplies two complex numbers.
Subtraction(Complex, Complex)
Subtracts the second complex number from the first.
ToString()()()
Produces a string representation of the complex number.
(Overrides ValueType..::.ToString()()().)
UnaryNegation(Complex)
Negates a complex number.

See Also