operator * method

dynamic operator *(
  1. Expr rhs
)

Implementation

operator *(Expr rhs) => multiply(rhs);