Skip to main content
Returns the minimum element in an array.

Syntax

Parameters

Return Type

Same as the element type of the array.

Example

The following example calculates the minimum number in the levels array:

Rows: 1Execution time: 6.39ms