[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Compares two BigInteger values and returns an integer that indicates whether the first value is less than, equal to, or greater than the second value. [Property] B1=Sets the first value to compare. ARG(BigInteger)|20|(empty)|BigInteger B2=Sets the second value to compare. ARG(BigInteger)|20|(empty)|BigInteger [Methods] doCompare=Compares two BigInteger values. ARG(BigInteger B1, BigInteger B2)|1|0 onResult=Returns the signed integer that indicates the relative values of B1 and B2. ARG(int)|2|1 Result=Returns the result. ARG(int)|3|1 B1=Defines the first value to compare. ARG(BigInteger)|4|0 B2=Defines the second value to compare. ARG(BigInteger)|4|0