dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Decimal Structure / Floor Method
The specified DB2Decimal number.

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

    Parameters

    n
    The specified DB2Decimal number.

    Return Value

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