Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Integer » AverageLongIntegers_OfArray
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 average value of Long integers.
Syntax
void fil::AverageLongIntegers_OfArray ( const ftl::Array<ftl::int64>& inArray, ftl::int64& outAverage )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inArray | const Array<int64>& | ||
![]() |
outAverage | int64& |
Description
Array version of AverageLongIntegers.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input array is empty in AverageLongIntegers_OfArray. |
See Also
- AverageLongIntegers – Returns the average of two Long numbers.