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

In This Topic
    Scale Property (DB2DecimalFloat)
    In This Topic
    Gets the scale of the DB2DecimalFloat value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Scale As Short
    public short Scale {get;}

    Property Value

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