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