[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Adds two complex numbers and returns the result. [Property] C1=Sets the first complex number to add. ARG(Complex)|20|(empty)|Complex C2=Sets the second complex number to add. ARG(Complex)|20|(empty)|Complex [Methods] doAdd=Adds two complex numbers. ARG(Complex C1, Complex C2)|1|0 onResult=Returns the sum of C1 and C2. ARG(Complex)|2|0 Result=Returns the result. ARG(Complex)|3|0 C1=Defines the first complex number to add. ARG(Complex)|4|0 C2=Defines the second complex number to add. ARG(Complex)|4|0