dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Round(SqlDecimal,Int32) Method

In This Topic
    Round(SqlDecimal,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Round( _
       ByVal n As SqlDecimal, _
       ByVal position As Integer _
    ) As SqlDecimal
    public static SqlDecimal Round( 
       SqlDecimal n,
       int position
    )

    Parameters

    n
    position
    See Also