DB2®DecimalFloat Properties

The properties of the DB2DecimalFloat structure are listed here.

Public Properties

Property Description
public property IsNull Gets a value that indicates if the value stored in the DB2DecimalFloat object is null.
public property Precision Gets a value indicating the precision of the DB2DecimalFloat object's value.
public property Scale Gets a value indicating the scale of the DB2DecimalFloat object's value.
public property Value Gets the value stored in the DB2DecimalFloat object.
public property ValueApproximate Gets the approximate value stored in the DB2DecimalFloat object. Does not throw an exception if less significant digits are lost.