DB2®DecimalFloat Properties
The properties of the DB2DecimalFloat structure are listed here.
Public Properties
| Property | Description |
|---|---|
IsNull |
Gets a value that indicates if the value stored in the DB2DecimalFloat object is null. |
Precision |
Gets a value indicating the precision of the DB2DecimalFloat object's value. |
Scale |
Gets a value indicating the scale of the DB2DecimalFloat object's value. |
Value |
Gets the value stored in the DB2DecimalFloat object. |
ValueApproximate |
Gets the approximate value stored in the DB2DecimalFloat object. Does not throw an exception if less significant digits are lost. |