Back to FabImage Studio website

You are here: Start » Filter Reference » Basic » Real » MinimumDouble_OfArray_OrNil

MinimumDouble_OfArray_OrNil


Module: FoundationLite

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

Name Type Description
Input value inArray DoubleArray Input array of Double values
Output value outMinimum Double? Conditional output Double value of lowest value within inArray; returns Nil if array is empty
Output value 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 MinimumDouble_OfArray filter group.