Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Integer » MaximumLongIntegers_OfArray_OrNil
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Returns the greatest value in an array of Long Integer numbers; returns NIL if the array is empty.
Syntax
void fil::MaximumLongIntegers_OfArray_OrNil ( const ftl::Array<ftl::int64>& inArray, ftl::Conditional<ftl::int64>& outMaximum, ftl::Optional<ftl::Conditional<int>&> outIndex = ftl::NIL )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inArray | const Array<int64>& | ||
![]() |
outMaximum | Conditional<int64>& | ||
![]() |
outIndex | Optional<Conditional<int>&> | NIL |
Optional Outputs
The computation of following outputs can be switched off by passing value ftl::NIL
to these parameters: outIndex.
Read more about Optional Outputs.