bool operator >(
num other
)

Relational greater than operator.

Source

/** Relational greater than operator. */
bool operator >(num other);