Order
Usage
• Order[ , ] gives 1 if is before in canonical order, and -1 if is after in canonical order. It gives 0 if is identical to .
Notes
• Examples: Order[a, b]  ; Order[b, a]  . • Order uses canonical order as described in the notes for Sort. • New in Version 1.
|