[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Performs the operations with a complex numbers Icon=OpType [Property] OpType=Sets the operation|14|0|+,-,*,/,-1,==,!= C1=Sets the first operand. ARG(Complex)|20|(empty)|Complex C2=Sets the second operand. ARG(Complex)|20|(empty)|Complex [Methods] doOperation=Performs the operation specified by OpType property. ARG(Complex C1, Complex C2)|1|0 onResult=Occurs after perform the operation and returns the result. ARG(dynamic)|2|0 C1=Defines the first operand. ARG(Complex)|4|0 C2=Defines the second operand. ARG(Complex)|4|0 Result=Returns the result. ARG(dynamic)|3|0