SqlDecimal::Truncate Method (SqlDecimal, Int32)
.NET Framework (current version)
Truncates the specified SqlDecimal structure's value to the that you want position.
Assembly: System.Data (in System.Data.dll)
Parameters
- n
-
Type:
System.Data.SqlTypes::SqlDecimal
The SqlDecimal structure to be truncated.
- position
-
Type:
System::Int32
The decimal position to which the number will be truncated.
Return Value
Type: System.Data.SqlTypes::SqlDecimalSupply a negative value for the position parameter in order to truncate the value to the corresponding position to the left of the decimal point.
.NET Framework
Available since 1.1
Available since 1.1
Show: