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

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

    Parameters

    n
    The specified DB2DecimalFloat number.

    Return Value

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