operator * method

Boost operator *(
  1. double num
)

Implementation

Boost operator *(double num) {
  return times(num, debugLabel);
}