SqlDecimal::Abs Method (SqlDecimal)
.NET Framework (current version)
The Abs method gets the absolute value of the SqlDecimal parameter.
Assembly: System.Data (in System.Data.dll)
Parameters
- n
-
Type:
System.Data.SqlTypes::SqlDecimal
A SqlDecimal structure.
Return Value
Type: System.Data.SqlTypes::SqlDecimalA SqlDecimal structure whose Value property contains the unsigned number representing the absolute value of the SqlDecimal parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: