multiply
open override fun multiply(left: BigInteger, right: BigInteger): BigInteger
Content copied to clipboard
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.
Multiplies two elements.
the multiplier.
the multiplicand.