dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Ceiling Method

In This Topic
    Ceiling Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Ceiling( _
       ByVal n As SqlDecimal _
    ) As SqlDecimal
    public static SqlDecimal Ceiling( 
       SqlDecimal n
    )

    Parameters

    n
    See Also