double operator *(
num other
)

Multiplication operator.

Source

/** Multiplication operator. */
double operator *(num other);