Back to FabImage Studio website

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

AverageReals_OfArray


Module: FoundationLite

Returns the average value of reals.

Name Type Description
Input value inArray RealArray Input array of Real values
Output value outAverage Real Output average of Real values in input array

Description

Array version of AverageReals.

Hints

  • This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.

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 AverageReals_OfArray.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of AverageReals_OfArray filter group.

See Also