Operator operator %
operator %(BigDecimal, BigDecimal)
Divides two values together to compute their modulus or remainder.
Declaration
public static BigDecimal operator %(BigDecimal left, BigDecimal right)
Parameters
Type | Name | Description |
---|---|---|
BigDecimal | left | The value which |
BigDecimal | right | The value which divides |
Returns
Type | Description |
---|---|
BigDecimal | The modulus or remainder of |