Next: , Previous: , Up: ScaledDecimal   [Index]


1.148.4 ScaledDecimal: comparing

< aNumber

Answer whether the receiver is less than arg.

<= aNumber

Answer whether the receiver is less than or equal to arg.

= arg

Answer whether the receiver is equal to arg.

> aNumber

Answer whether the receiver is greater than arg.

>= aNumber

Answer whether the receiver is greater than or equal to arg.

hash

Answer an hash value for the receiver.

~= arg

Answer whether the receiver is not equal arg.