SqlDecimal::UnaryNegation Operator (SqlDecimal)
.NET Framework (current version)
The unary minus operator negates the SqlDecimal parameter.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlDecimal
The SqlDecimal structure to be negated.
Return Value
Type: System.Data.SqlTypes::SqlDecimalA new SqlDecimal structure whose value contains the results of the negation.
.NET Framework
Available since 1.1
Available since 1.1
Show: