Order
An Order is an indication of how two numbers are related numerically.
Entries
Properties
Functions
Link copied to clipboard
Answer whether the first value is numerically incomparable to the second value. This is the case precisely when one of the values is a not-a-number.
Link copied to clipboard
Answer whether the first value is less than or equivalent to the second value.
Link copied to clipboard
Answer whether the first value is more than or equivalent to the second value.
Link copied to clipboard
Answer the Order which is to (y,x) as the receiver is to (x,y).
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.