An NDoc Documented Class Library

Complex Members

Complex overview

Public Static Methods

Abs Returns the absolut value of a complex number.
Conj The conjugation of a complex number.

Public Static Operators

Addition Operator Implements the operator +.
Division Operator Implements the operator /.
Multiplication OperatorOverloaded. Implements the operator *.
Subtraction Operator Implements the operator -.
Unary Negation Operator Implements the operator -.

Public Instance Constructors

Complex Constructor Initializes a new instance of the Complex class.

Public Instance Properties

Imag Gets or sets the imaginary part.
Real Gets or sets the real part.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Complex Class | SpringEmbedders Namespace