Back to Adaptive Vision Studio website

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

MaximumDouble_OfArray_OrNil


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

Name Type Description
inArray DoubleArray Input array of Double values
outMaximum Double? Conditional output Double value of highest value within inArray; returns Nil if array is empty
outIndex Integer? Conditional output Integer index value of highest 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 MaximumDouble_OfArray filter group.