Array Operations

This page provides documentation for array operations available through the API.

Overview

The Array operations provide various methods to search, sort, and find values in arrays.

Available Methods

Search Operations

  • FindArrayMaximum: Returns a number representing the index of the maximum value in the array.

  • FindArrayMinimum: Returns a number representing the index of the minimum value in the array.

  • BinarySearch: Returns a number representing the index where a value should be in a sorted array.

Array Manipulation

  • SortArray: Sorts an array in ascending or descending order.

Click on any method name to view its detailed documentation.

Last updated