Liquid XML Data Binder (C++, Java, VB6) / Reference / Visual Basic 6 / Reference / C++ LtXmlLib20.BigInteger
In This Topic
    C++ LtXmlLib20.BigInteger
    In This Topic
    LtXmlComHelp20Lib.BigInteger Class
    A class to hold arbitrarily long integer numbers. The class is designed primarily as a container for such numbers, and the additional functionality (addition/subtraction/division/multiplication) is provided on an unsupported basis. It is recommended that such numbers are extracted from this class in the form of a Long or string, and used in this form.
      Members Description  
        Add Adds a Big Int to the current value  
        AsDecimal Converts the current value to a Decimal.  
        AsDouble Converts the current value to a double.  
        AsLong Converts the current value to a long.  
        AsString Converts the current value to a string.  
        Compare Compares this objects data with another objects  
        Divide Divides the current value by a Big Int .  
        Equals Compares this objects data with another objects  
        FromBigInteger Allows the value of the object to be set  
        FromDecimal Allows the value of the object to be set  
        FromDouble Allows the value of the object to be set  
        FromLong Allows the value of the object to be set  
        FromString Allows the value of the object to be set  
        Multiply Multiples a Big Int with the current value  
        Negate Multiples the object by -1  
        Subtract Subtracts a Big Int from the current value