Operator operator -
operator -(BigDecimal, BigDecimal)
Subtracts two values to compute their difference.
Declaration
public static BigDecimal operator -(BigDecimal left, BigDecimal right)
Parameters
| Type | Name | Description |
|---|---|---|
| BigDecimal | left | The value from which |
| BigDecimal | right | The value which is subtracted from |
Returns
| Type | Description |
|---|---|
| BigDecimal | The value of |