multiply


Description:

public Result<BigDecimal,Error> multiply (BigDecimal other)

Returns product of this value and other.

Parameters:

other

multiplier.

Returns:

Result.ok(product), or Result.error(BigDecimalError.SCALE_OVERFLOW) when resulting scale exceeds int range.