operator * method

VerticalSpace operator *(
  1. double num
)

Implementation

VerticalSpace operator *(double num) => VerticalSpace(this.units * num);