Ordering functions

Ordering functions are used to compare or order data items:

  • Argmax - the order number of the argument with the highest value
  • argmax_uint8_16 - versions of the Argmax function resulting in a uint8/16 data item
  • argmax_alldefined - variant of the Argmax with defined values for all defined arguments
  • argmax_alldefined_uint8_16 - versions of the argmax_alldefined function resulting in a uint8/16 data item
  • argmax_ifdefined - variant of the Argmax with defined values for any defined arguments
  • argmax_ifdefined_uint8_16 - versions of the argmax_ifdefined function resulting in a uint8/16 data item
  • Argmin - the order number of the argument with the lowest value
  • argmin_uint8_16 - versions of the Argmin function resulting in a uint8/16 data item
  • argmin_alldefined - variant of the Argmin with defined values for all defined arguments
  • argmin_alldefined_uint8_16 - versions of the argmin_alldefined function resulting in a uint8/16 data item
  • argmin_ifdefined - variant of the Argmin with defined values for any defined arguments
  • argmin_ifdefined_uint8_16 - versions of the argmin_ifdefined function resulting in a uint8/16 data item

See also: Aggregation functions for Min and Max

  • Sort - order the values
  • Reverse - reverse the order of values