[About] Version=1.0 Author=Dilma,Nic Mail=support@hiasm.com [Type] Class=Element Info=Performs the mathematical operations Icon=OpType [Property] OpType=Sets the mathematical operation|14|0|+,-,*,/,%,<<,>>,&,^,|| Op1=Sets the first operand. ARG(number)|3| Op2=Sets the second operand. ARG(number)|3| TypeOp1=Sets the Type of the first operand. ARG(enum)|4|0|Double,Decimal,Int32,Int64,Single,Undefined TypeOp2=Sets the Type of the second operand. ARG(enum)|4|0|Double,Decimal,Int32,Int64,Single,Undefined Default=Sets the result by default. ARG(number)|3| [Methods] doOperation=Performs the mathematical operation specified by OpType property. ARG(number Op1, number Op2)|1|0 onResult=Occurs after perform the operation and returns the result. ARG(number)|2|0 Op1=Defines the first operand. ARG(number)|4|0 Op2=Defines the second operand. ARG(number)|4|0 Result=Returns the result. ARG(number)|3|0