Back to FabImage Library Lite website
You are here: Start » Integer » MaximumInteger_OfArray_OrNil

MaximumInteger_OfArray_OrNil
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Returns the greatest value in an array of integer numbers; returns NIL if the array is empty.
Syntax
void fil::MaximumInteger_OfArray_OrNil ( const ftl::Array<int>& inArray, ftl::Conditional<int>& outMaximum, ftl::Optional<ftl::Conditional<int>&> outIndex = ftl::NIL )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inArray | const Array<int>& | ||
![]() |
outMaximum | Conditional<int>& | ||
![]() |
outIndex | Optional<Conditional<int>&> | NIL |