[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Complex Info=Represents a complex number. [Property] Name=Sets the name of the component. ARG(string)|2| ComplexReal=Sets the real part of the complex number. ARG(double)|7|0 ComplexImaginary=Sets the imaginary part of the complex number. ARG(double)|7|0 [Methods] *doConstructor=Initializes a new instance of the Complex structure using the specified real and imaginary values. ARG(double real, double imaginary)|1|0 *doEquals=Returns a value that indicates whether the current instance and a specified complex number have the same value. ARG(Complex value)|1|0 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *GetHashCode=Returns the hash code for the current Complex object. ARG(int)|3|1 *Imaginary=Returns the imaginary component of the current Complex object. ARG(double)|3|7 *ImaginaryOne=Returns a new Complex instance with a real number equal to zero and an imaginary number equal to one. ARG(Complex)|3|0 *Magnitude=Returns the magnitude of a complex number.ARG(double)|3|7 *One=Returns a new Complex instance with a real number equal to one and an imaginary number equal to zero. ARG(Complex)|3|0 *Phase=Returns the phase of a complex number.ARG(double)|3|7 *Real=Returns the real component of the current Complex object. ARG(double)|3|7 *ToString=Converts the value of the current complex number to its equivalent string representation in Cartesian form. ARG(string)|3|2 *Zero=Returns a new Complex instance with a real number equal to zero and an imaginary number equal to zero. ARG(Complex)|3|0 Complex=Returns the Complex object. ARG(Complex)|3|0 ComplexReal=Defines the real part of the complex number. ARG(double)|4|7 ComplexImaginary=Defines the imaginary part of the complex number. ARG(double)|4|7