Skip to content

Ordering functions

mtbeek32 edited this page Jan 26, 2023 · 22 revisions

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
  • 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
  • max_elem = the highest value of the arguments
  • min_elem - the lowest values of the arguments

See also: Aggregation functions for min and max

  • sort - order the values
  • reverse - reverse the order of values
Clone this wiki locally