Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Integer » MinimumInteger_OfArray

MinimumInteger_OfArray


Returns the smallest value in an array of integer numbers.

Name Type Description
inInitialValue Integer*
inArray IntegerArray
outMinimum Integer
outIndex Integer?

Description

Array version of MinimumInteger.

Hints

  • This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.

Errors

This filter can throw an exception to report error. Read how to deal with errors here: Error Handling

Error type Description
DomainError Input array is empty and inInitialValue isn't set in MinimumInteger_OfArray.

Complexity Level

This filter is available on Basic Complexity Level.

See Also