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

In This Topic
    AdjustScale(SqlDecimal,Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function AdjustScale( _
       ByVal n As SqlDecimal, _
       ByVal digits As Integer, _
       ByVal fRound As Boolean _
    ) As SqlDecimal
    public static SqlDecimal AdjustScale( 
       SqlDecimal n,
       int digits,
       bool fRound
    )

    Parameters

    n
    digits
    fRound
    See Also