operator / method

Size operator /(
  1. double factor
)

Implementation

Size operator /(double factor) => scale(1.0 / factor);