Start » Filter Reference » Basic » Integer » AverageLongIntegers_OfArray
Module: | FoundationLite |
---|
Returns the average value of Long integers.
Name | Type | Description | |
---|---|---|---|
inArray | LongArray | ||
outAverage | Long |
Description
Array version of AverageLongIntegers.
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 in AverageLongIntegers_OfArray. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of AverageLongIntegers_OfArray filter group.
See Also
- AverageLongIntegers – Returns the average of two Long numbers.