Previous:
LargeInteger-primitive operations
, Up:
LargeInteger
1.95.8 LargeInteger: testing
< aNumber
Answer whether the receiver is smaller than aNumber
<= aNumber
Answer whether the receiver is smaller than aNumber or equal to it
= aNumber
Answer whether the receiver and aNumber identify the same number.
> aNumber
Answer whether the receiver is greater than aNumber
>= aNumber
Answer whether the receiver is greater than aNumber or equal to it
~= aNumber
Answer whether the receiver and aNumber identify different numbers.