'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
'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 )