operator * method

Vector4 operator *(
  1. Vector4 v
)

Implementation

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