The multiplication (*) operator. If x is an object with an mul method, it returns x.mul(y). Otherwise it returns the result of x * y.
x
mul
x.mul(y)
x * y
Generated using TypeDoc
The multiplication (*) operator. If
x
is an object with anmul
method, it returnsx.mul(y)
. Otherwise it returns the result ofx * y
.Returns
x * y