OrderedQ
Usage
• OrderedQ[h[ , , ... ]] gives True if the are in canonical order, and False otherwise.
Notes
• OrderedQ[{e, e}] gives True. • By default, OrderedQ uses canonical order as described in the notes for Sort. • OrderedQ[list, p] uses the function p to determine whether each pair of elements in list is in order. • New in Version 1.
|