NuGenSciMath

NuGenComplexLib Members

NuGenComplexLib overview

Public Instance Constructors

NuGenComplexLib Constructor Initialize a new instance of this class

Public Instance Properties

CNError The error code
Conjugate The conjugate of the complex number
Imaginary The imaginary part of the complex number
Magnitude The magnitude of the complex number
Real The real part of the complex number
Theta If Theta is entered directly through this property, the number is assumed to be in radians

Public Instance Methods

Add Routine to add two complex numbers
ChgSign Changes the sign of a complex number
cplxNumToString Returns the string representation
Divide Routine to divide two complex numbers
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Exp Raises the complex number to the indicated power using De Moivre's Theorem
ExtractRoots Routine to extract the roots of a complex number using De Moivre's Theorem
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetPolar Calculate polar coordinates
GetRectangular Calculate the rectangular coordinates- given the polar coordinates
GetType (inherited from Object) Gets the Type of the current instance.
Invert Inverts the complex number
Multiply Routine to multiply two complex numbers
stringToCplxNum Returns the NuGenComplexLib representation
Subtract Routine to subtract two complex numbers
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

NuGenComplexLib Class | Genetibase.MathX Namespace