[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=BigInteger Info=Represents an arbitrarily large signed integer. [Property] Name=Sets the name of the component. ARG(string)|2| @Value=Sets the BigInteger number by default. ARG(number)|2|0 [Methods] *doConstructor=Initializes a new instance of the BigInteger structure using the values in a byte array or a number. ARG(number Value)|1|0 *doEquals=Returns a value that indicates whether the current instance and a specified number object have the same value. ARG(number data)|1|0 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *GetHashCode=Returns the hash code for the current BigInteger object. ARG(int)|3|1 *IsEven=Indicates whether the value of the current BigInteger object is an even number. ARG(bool)|3|104 *IsOne=Indicates whether the value of the current BigInteger object is BigInteger.One. ARG(bool)|3|104 *IsPowerOfTwo=Indicates whether the value of the current BigInteger object is a power of two. ARG(bool)|3|104 *IsZero=Indicates whether the value of the current BigInteger object is BigInteger.Zero. ARG(bool)|3|104 *MinusOne=Returns a value that represents the number negative one. ARG(BigInteger)|3|0 *One=Returns a value that represents the number one. ARG(BigInteger)|3|0 *Sign=Returns a number that indicates the sign of the current BigInteger object. ARG(int)|3|1 *ToByteArray=Converts a BigInteger value to a byte array. ARG(byte[])|3|13 *ToString=Converts the numeric value of the current BigInteger object to its equivalent string representation. ARG(string)|3|2 *Zero=Returns a value that represents the number 0. ARG(BigInteger)|3|0 BigInteger=Returns the BigInteger object. ARG(BigInteger)|3|0 Value=Defines a number or an array of byte values in little-endian order. ARG(number)|4|0