operator * method

dynamic operator *(
  1. Result other
)

Implementation

operator *(Result other) =>
    Result(clean: approximate() * other.approximate());