dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Decimal Structure / ValueApproximate Property

In This Topic
    ValueApproximate Property (DB2Decimal)
    In This Topic
    Gets the value of the DB2Decimal structure. If the precision of the DB2Decimal 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