Operator operator *
operator *(BigDecimal, BigDecimal)
Multiplies two values together to compute their product.
Declaration
public static BigDecimal operator *(BigDecimal left, BigDecimal right)
Parameters
| Type | Name | Description |
|---|---|---|
| BigDecimal | left | The value which |
| BigDecimal | right | The value which multiplies |
Returns
| Type | Description |
|---|---|
| BigDecimal | The product of |