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

In This Topic
    Precision Property (DB2Decimal)
    In This Topic
    Gets the precision of the current DB2Decimal object (the number of significant figures).
    Syntax
    'Declaration
     
    Public ReadOnly Property Precision As Integer
    public int Precision {get;}

    Property Value

    The precision of the current DB2Decimal object.
    Remarks
    An exception is thrown if the DB2Decimal instance stores the Null value.
    See Also