bool operator <=(
num other
)

Relational less than or equal operator.

Source

/** Relational less than or equal operator. */
bool operator <=(num other);