operator * method

Double operator *(
  1. Double other
)

Implementation

Double operator *(Double other) => Double(_value * other._value);