multiply

open override fun multiply(left: MST, right: MST): MST.Binary(source)

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.