DB2®Decimal Fields
The fields of the DB2Decimal structure are listed here.
Public Fields
| Field | Description |
|---|---|
E |
The DB2Decimal value for mathematical constant e, which is 2.7182818284590452354. |
MaxPrecision |
The maximum precision for DB2Decimal: 31. |
MaxScale |
The maximum scale for DB2Decimal: 31. |
MaxValue |
The maximum value for DB2Decimal: 9.999999999999999999999999999999E+30. |
MinusOne |
The DB2Decimal value of -1. |
MinValue |
The minimum value for DB2Decimal: -9.999999999999999999999999999999E+30. |
Null |
The null value for DB2Decimal. |
One |
The DB2Decimal value of 1. |
Pi |
The DB2Decimal value for mathematical constant Pi,
which is 3.14159265358979323846. |
Zero |
The DB2Decimal value of 0. |