dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Decimal Structure / Ceiling Method

In This Topic
    Ceiling Method (DB2Decimal)
    In This Topic
    Returns the smallest integer number greater than or equal to the specified DB2Decimal number.
    Syntax
    'Declaration
     
    Public Shared Function Ceiling( _
       ByVal n As DB2Decimal _
    ) As DB2Decimal
    public static DB2Decimal Ceiling( 
       DB2Decimal n
    )

    Parameters

    n

    Return Value

    A new DB2Decimal representing the smallest integer number greater than or equal to the specified DB2Decimal structure.
    See Also