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

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

    Parameters

    value
    The specified UniDecimal structure.

    Return Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also