[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Divides one BigInteger value by another, returns the result, and returns the remainder. [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] doDivRem=Performs the mathematical function DivRem(number, number). 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 Remainder=After calling the method doDivRem, returns a BigInteger value that represents the remainder from the division. ARG(BigInteger)|3|0 B1=Defines the value to be divided. ARG(BigInteger)|4|0 B2=Defines the value to divide by. ARG(BigInteger)|4|0