operator * method

Vector2 operator *(
  1. Vector2 v
)

Implementation

Vector2 operator*(Vector2 v) => multiply(v);