operator * method

double operator *(
  1. num _
)

Implementation

double operator *(num _) {
  return spaceUnit * _;
}