operator <= method

bool operator <= (BigInt other)

Relational less than or equal operator.

Implementation

bool operator <=(BigInt other);