public enum DecimalValueOnBlankPublic Enumeration DecimalValueOnBlankpublic enum class DecimalValueOnBlanktype DecimalValueOnBlank| Zero | 0 | Indicates that Value should return zero in Blank state |
| Value | 1 | Indicates that Value should return the internally stored value in Blank state |
| LowerLimitMinusOne | 2 | Indicates that Value should return lower limit minus one or MinValue in Blank state. |
| UpperLimitPlusOne | 3 | Indicates that Value should return upper limit plus one or MaxValue in Blank state. |
| MinInt | 4 | Indicates that Value should return MinValue in Blank state. |
| MaxInt | 5 | Indicates that Value should return MaxValue in Blank state. |
| MinDecimal | 6 | Indicates that Value should return MinValue in Blank state. |
| MaxDecimal | 7 | Indicates that Value should return MaxValue in Blank state. |