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

In This Topic
    Precision Property (DB2DecimalFloat)
    In This Topic
    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also