Decimal..::..Decrement Operator
Decrements the Decimal operand by one.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- d
- Type: System..::..Decimal
The value to decrement.
Return Value
The value of d decremented by 1.Exceptions
Exception | Condition |
---|---|
System..::..OverflowException | The return value is less than MinValue or greater than MaxValue. |