LiquidTechnologies.XmlObjects Namespace / BigDecimal Structure
Members

In This Topic
    BigDecimal Structure
    In This Topic
    Arbitrary precision decimal.
    All operations are exact, except for division. Division never determines more digits than the given precision.
    Object Model
    BigDecimal Structure
    Syntax
    'Declaration
     
    
    Public Structure BigDecimal 
       Inherits System.ValueType
    public struct BigDecimal : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          LiquidTechnologies.XmlObjects.BigDecimal

    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also