This page provides documentation for array operations available through the API.
The Array operations provide various methods to search, sort, and find values in arrays.
FindArrayMaximum: Returns a number representing the index of the maximum value in the array.
FindArrayMaximum
number
FindArrayMinimum: Returns a number representing the index of the minimum value in the array.
FindArrayMinimum
BinarySearch: Returns a number representing the index where a value should be in a sorted array.
BinarySearch
SortArray: Sorts an array in ascending or descending order.
SortArray
Click on any method name to view its detailed documentation.
Last updated 9 months ago