Operator operator ++
operator ++(BigDecimal)
Increments a value.
Declaration
public static BigDecimal operator ++(BigDecimal value)
Parameters
| Type | Name | Description |
|---|---|---|
| BigDecimal | value | The value to increment. |
Returns
| Type | Description |
|---|---|
| BigDecimal | The result of incrementing |