[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Calculates the quotient of two numbers and also returns the remainder. [Property] Type=Sets the Type of the operand. ARG(enum)|4|0|int,long [Methods] doDivRem=Performs the mathematical function DivRem(number, number). ARG(number A, number B)|1|0 onResult=Returns the quotient of the specified numbers. ARG(number)|2|0 Result=Returns the quotient. ARG(number)|3|0 Remainder=Returns the remainder. ARG(number)|3|0 A=Defines the dividend. ARG(number)|4|0 B=Defines the divisor. ARG(number)|4|0