[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Produces the full product of two 32-bit numbers. [Property] A=Sets the first number to multiply. ARG(int)|1|0 B=Sets the second number to multiply. ARG(int)|1|0 Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doBigMul=Produces the full product of two 32-bit numbers. ARG(int A, int B)|1|0 onBigMul=Returns the number containing the product of the specified numbers. ARG(long)|2|105 Result=Returns the result. ARG(long)|3|105 A=Defines the first number to multiply. ARG(int)|4|1 B=Defines the second number to multiply. ARG(int)|4|1