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