Enumerations2
SymbolDescription
SortOrderContains sorting orders.
SortTypeData types for ADT Array Sorts
Type Sets1
SymbolDescription
SortFunc2D
Type Definitions2
SymbolDescription
SortFunc1DSort comparison function for 1D array elements.
SortFuncADTArraySort comparison function for ADT Array elements. Function provides you with indexes currently being sorted, use ADT Array functions to retrieve the index values and compare.
Functions7
SymbolDescription
SortADTArraySort an ADT Array. Specify the type as Integer, Float, or String.
SortADTArrayCustomCustom sorts an ADT Array. You must pass in a comparison function.
SortCustom1DSorts a custom 1D array. You must pass in a comparison function.
SortCustom2DSorts a custom 2D array. You must pass in a comparison function.
SortFloatsSorts an array of float point numbers.
SortIntegersSorts an array of integers.
SortStringsSorts an array of strings.