Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Real » AverageDoubles_OfArray_OrNil
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 doubles; returns NIL if the array is empty.
Syntax
void fil::AverageDoubles_OfArray_OrNil ( const ftl::Array<double>& inArray, ftl::Conditional<double>& outAverage )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inArray | const Array<double>& | Input array of Double values | |
![]() |
outAverage | Conditional<double>& | Output average of Double values in input array or Nil |