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

On this page
    Precision Property (DB2DecimalFloat)
    On this page
    Gets the precision of the current DB2DecimalFloat object (the number of significant figures).
    Syntax
    'Declaration
     
    Public ReadOnly Property Precision As Byte
    public byte Precision {get;}

    Property Value

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