times

operator fun <T : AlgebraElement<T, R>, R : Ring<T>> T.times(b: T): T

Multiplies this element by another one.

Return

the product.

Parameters

<receiver>

the multiplicand.

b

the multiplier.