[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Performs the operations with a BigInteger operands Icon=OpType [Property] OpType=Sets the operation|14|0|+,-,*,/,%,&,||,^,++b,b++,--b,b--,==,!=,>,>=,<,<=,<<,>>,-b,~b B1=Sets the first operand. ARG(BigInteger)|20|(empty)|BigInteger B2=Sets the second operand. ARG(BigInteger)|20|(empty)|BigInteger Shift=Sets the value whose bits are to be shifted. ARG(int)|1|0 [Methods] doOperation=Performs the operation specified by OpType property. ARG(BigInteger B1, BigInteger B2)|1|0 onResult=Occurs after perform the operation and returns the result. ARG(dynamic)|2|0 B1=Defines the first operand. ARG(BigInteger)|4|0 B2=Defines the second operand. ARG(BigInteger)|4|0 Result=Returns the result. ARG(dynamic)|3|0