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