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