Start » Filter Reference » Basic » Integer » MaximumInteger_OfArray
Module: | FoundationLite |
---|
Returns the greatest value in an array of integer numbers.
Name | Type | Description | |
---|---|---|---|
inInitialValue | Integer* | ||
inArray | IntegerArray | ||
outMaximum | Integer | ||
outIndex | Integer? |
Description
Array version of MaximumInteger.
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 in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input array is empty and inInitialValue isn't set in MaximumInteger_OfArray. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of MaximumInteger_OfArray filter group.
See Also
- MaximumInteger – Returns the higher of two numbers.