'Declaration
Public Enum BigDecimal.DoubleConversionRules Inherits System.Enum
public enum BigDecimal.DoubleConversionRules : System.Enum
'Declaration
Public Enum BigDecimal.DoubleConversionRules Inherits System.Enum
public enum BigDecimal.DoubleConversionRules : System.Enum
Member | Value | Description |
---|---|---|
KeepPrecision | 0 | When converting a double, the full precision of the double is kept. This can lead to values appearing to change are they are converted. |
Simplify | 1 | When converting a double, the simplified representation of the double is stored. |
System.Object
System.ValueType
System.Enum
LiquidTechnologies.XmlObjects.BigDecimal.DoubleConversionRules
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.