DB2®Decimal Properties

The properties of the DB2Decimal structure are listed here.

Public Properties

Property Description
public property IsNull Gets a value that indicates if the value that is stored in the DB2Decimal structure is null.
public property Precision Gets a value that indicates the precision of the DB2Decimal structure's value.
public property Scale Gets a value that indicates the scale of the DB2Decimal structure's value.
public property Value Gets the value that is stored in the DB2Decimal structure.
public property ValueApproximate Gets the approximate value that is stored in the DB2Decimal structure.