DB2DecimalFloat Constructors

Initializes a new instance of the DB2DecimalFloat structure.

Overload List

Method Description
public method DB2®DecimalFloat(decimal) Initializes a new DB2DecimalFloat structure with the specified decimal value. Precision and Scale are inferred from the value.
public method DB2DecimalFloat(double) Initializes a new DB2DecimalFloat structure with the specified double value. Precision and Scale are inferred from the value.
public method DB2DecimalFloat(long) Initializes a new DB2DecimalFloat structure with the specified long value. Precision and Scale are inferred from the value.