Operator operator /
operator /(BigDecimal, BigDecimal)
Divides one value by another to compute their quotient.
Declaration
public static BigDecimal operator /(BigDecimal dividend, BigDecimal divisor)
Parameters
| Type | Name | Description |
|---|---|---|
| BigDecimal | dividend | |
| BigDecimal | divisor |
Returns
| Type | Description |
|---|---|
| BigDecimal | The quotient of |