DB2®Decimal Properties
The properties of the DB2Decimal structure are listed here.
Public Properties
| Property | Description |
|---|---|
IsNull |
Gets a value that indicates if the value that is stored in the DB2Decimal structure is null. |
Precision |
Gets a value that indicates the precision of the DB2Decimal structure's value. |
Scale |
Gets a value that indicates the scale of the DB2Decimal structure's value. |
Value |
Gets the value that is stored in the DB2Decimal structure. |
ValueApproximate |
Gets the approximate value that is stored in the DB2Decimal structure. |