Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Real » MinimumReal_OfArray_OrNil

MinimumReal_OfArray_OrNil


Returns the smallest value in an array of real numbers; returns NIL if the array is empty.

Name Type Description
inArray RealArray Input array of Real values
outMinimum Real? Conditional output Real value of lowest value within inArray; returns Nil if array is empty
outIndex Integer? Conditional output Integer index value of lowest value within inArray; returns Nil if array is empty

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of MinimumReal_OfArray filter group.