LiquidTechnologies.XmlObjects Namespace / BigDecimal.DoubleConversionRules Enumeration

In This Topic
    BigDecimal.DoubleConversionRules Enumeration
    In This Topic
    Rules determining how floating point numbers are imported.
    Syntax
    'Declaration
     
    
    Public Enum BigDecimal.DoubleConversionRules 
       Inherits System.Enum
    public enum BigDecimal.DoubleConversionRules : System.Enum 
    Members
    MemberValueDescription
    KeepPrecision0When converting a double, the full precision of the double is kept. This can lead to values appearing to change are they are converted.
    Simplify1When converting a double, the simplified representation of the double is stored.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             LiquidTechnologies.XmlObjects.BigDecimal.DoubleConversionRules

    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