num operator *(
num other
)

Multiplication operator.

Source

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