Start » Filter Reference » Basic » Integer » MinimumLongIntegers_OfArray
Module: | FoundationLite |
---|
Returns the smallest value in an array of Long Integer numbers.
Name | Type | Description | |
---|---|---|---|
inInitialValue | Long* | ||
inArray | LongArray | ||
outMinimum | Long | ||
outIndex | Integer? |
Description
Array version of MinimumLongIntegers.
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 MinimumLongIntegers_OfArray. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of MinimumLongIntegers_OfArray filter group.
See Also
- MinimumLongIntegers – Returns the lower of two Long Integer numbers.