Operator operator -
operator -(BigDecimal)
Computes the unary negation of a value.
Declaration
public static BigDecimal operator -(BigDecimal value)
Parameters
Type | Name | Description |
---|---|---|
BigDecimal | value | The value for which to compute the unary negation. |
Returns
Type | Description |
---|---|
BigDecimal | The unary negation of |