operator * method

Logic operator *(
  1. dynamic other
)

Multiplication.

Implementation

Logic operator *(dynamic other) => Multiply(this, other).out;