Back to FabImage Studio website
You are here: Start » Filter Reference » Basic » Real » MaximumReal_OfArray_OrNil
Module: | FoundationLite |
---|
Returns the greatest value in an array of real numbers; returns NIL if the array is empty.
Name | Type | Description | |
---|---|---|---|
![]() |
inArray | RealArray | Input array of Real values |
![]() |
outMaximum | Real? | Conditional output Real 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 MaximumReal_OfArray filter group.