SqlDecimal::AdjustScale Method (SqlDecimal, Int32, Boolean)
.NET Framework (current version)
The scale of the SqlDecimal operand will be adjusted to the number of digits indicated by the digits parameter. Depending on the value of the fRound parameter, the value will either be rounded to the appropriate number of digits or truncated.
Assembly: System.Data (in System.Data.dll)
Parameters
- n
-
Type:
System.Data.SqlTypes::SqlDecimal
The SqlDecimal structure to be adjusted.
- digits
-
Type:
System::Int32
The number of digits in the adjusted structure.
- fRound
-
Type:
System::Boolean
If this parameter is true, the new Value will be rounded, if false, the value will be truncated.
Return Value
Type: System.Data.SqlTypes::SqlDecimalA new SqlDecimal structure whose Value property contains the adjusted number.
.NET Framework
Available since 1.1
Available since 1.1
Show: