'Declaration
<System.ComponentModel.CategoryAttribute("Precision")> <System.ComponentModel.DescriptionAttribute("Whether decimal values should be rounded to the nearest binary representable power of ten precision.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property EnableDecimalRounding As System.Boolean
'Usage
Dim instance As NNumericScaleConfigurator Dim value As System.Boolean instance.EnableDecimalRounding = value value = instance.EnableDecimalRounding
[System.ComponentModel.Category("Precision")] [System.ComponentModel.Description("Whether decimal values should be rounded to the nearest binary representable power of ten precision.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool EnableDecimalRounding {get; set;}