ValueApproximate Property (DB2DecimalFloat)
In This Topic
Gets the value of the
DB2DecimalFloat structure. If the precision of the DB2DecimalFloat value is greater than what a .NET decimal type can contain, the less significant digits are lost and no exception is thrown.
Syntax
'Declaration
Public ReadOnly Property ValueApproximate As Decimal
public decimal ValueApproximate {get;}
Property Value
A decimal value.
See Also