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

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

    Parameters

    value
    The specified UniDecimal structure.

    Return Value

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