[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Divides one complex number by another and returns the result. [Property] C1=Sets the complex number to be divided. ARG(Complex)|20|(empty)|Complex C2=Sets the complex number to divide by. ARG(Complex)|20|(empty)|Complex [Methods] doDivide=Divides one complex number by another. ARG(Complex C1, Complex C2)|1|0 onResult=Returns the quotient of the division. ARG(Complex)|2|0 Result=Returns the result. ARG(Complex)|3|0 C1=Defines the complex number to be divided. ARG(Complex)|4|0 C2=Defines the complex number to divide by. ARG(Complex)|4|0