[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Raises a BigInteger value to the power of a specified value. [Property] Value=Sets the number to raise to the exponent power. ARG(BigInteger)|20|(empty)|BigInteger Exponent=Sets the exponent to raise value by. ARG(int)|1|0 [Methods] doPow=Raises a BigInteger value to the power of a specified value. ARG(BigInteger Value, int Exponent)|1|0 onResult=Returns the result of raising value to the exponent power. ARG(BigInteger)|2|0 Result=Returns the result. ARG(BigInteger)|3|0 Value=Defines the number to raise to the exponent power. ARG(BigInteger)|4|0 Exponent=Defines the exponent to raise value by. ARG(int)|4|1