dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Double Structure / MinValue Field

In This Topic
    MinValue Field (DB2Double)
    In This Topic
    Represents the minimum value of a DB2Double structure.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MinValue As DB2Double
    public static readonly DB2Double MinValue

    Field Value

    The minimum value of a DB2Double structure.
    Remarks
    The minimum value for DB2Double: -1.79769313486232e308.
    See Also