Back to Adaptive Vision Library website
You are here: Start » Function Reference » Real » AverageDoubles_OfArray
AverageDoubles_OfArray
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Returns the average value of doubles.
Syntax
void avl::AverageDoubles_OfArray ( const atl::Array<atl::real64>& inArray, atl::real64& outAverage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArray | const Array<real64>& | ||
![]() |
outAverage | real64& |
Description
Array version of AverageDoubles.
Errors
| Error type | Description |
|---|---|
| DomainError | Input array is empty in AverageDoubles_OfArray |


