Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Basic » Real » AverageDoubles_OfArray

AverageDoubles_OfArray


Module: FoundationLite

Returns the average value of doubles.

Name Type Description
inArray DoubleArray Input array of Double values
outAverage Double Output average of Double values in input array

Description

Array version of AverageDoubles.

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 AverageDoubles_OfArray

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of AverageDoubles_OfArray filter group.

See Also