dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDecimal Structure / Floor Method
The specified UniDecimal structure.

In This Topic
    Floor Method
    In This Topic
    Rounds a specified UniDecimal number to the next lower whole number.
    Syntax
    'Declaration
     
    Public Shared Function Floor( _
       ByVal value As UniDecimal _
    ) As UniDecimal
    public static UniDecimal Floor( 
       UniDecimal value
    )

    Parameters

    value
    The specified UniDecimal structure.

    Return Value

    A new UniDecimal structure that contains the whole number portion of the specified UniDecimal.
    See Also