You are here: Start » Filter Groups » GetMaximumElement

GetMaximumElement

Description

Returns an array element that corresponds to the biggest value in the array of values.

Filters in this group

Icon Name Filter Name Description
Unsafe GetMaximumElement Returns an array element that corresponds to the biggest value in the array of values.

Choosing one object from an array on the basis of some feature, e.g. the blob having the highest area.

OrNil GetMaximumElement_OrNil Returns an array element that corresponds to the biggest value in the array of values; returns NIL if the arrays are empty.

Choosing one object from an array on the basis of some feature, e.g. the blob having the highest area.