Operator operator +
operator +(BigDecimal, BigDecimal)
Adds two values together to compute their sum.
Declaration
public static BigDecimal operator +(BigDecimal left, BigDecimal right)
Parameters
Type | Name | Description |
---|---|---|
BigDecimal | left | The value to which |
BigDecimal | right | The value which is added to |
Returns
Type | Description |
---|---|
BigDecimal | The sum of |