Operator operator --
operator --(BigDecimal)
Decrements a value.
Declaration
public static BigDecimal operator --(BigDecimal value)
Parameters
| Type | Name | Description |
|---|---|---|
| BigDecimal | value | The value to decrement. |
Returns
| Type | Description |
|---|---|
| BigDecimal | The result of decrementing |