Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Real » AverageDoubles_OfArray_OrNil

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: avl
Module: FoundationLite

Returns the average value of doubles; returns NIL if the array is empty.

Syntax

void avl::AverageDoubles_OfArray_OrNil
(
	const atl::Array<double>& inArray,
	atl::Conditional<double>& outAverage
)

Parameters

Name Type Default Description
Input value inArray const Array<double>& Input array of Double values
Output value outAverage Conditional<double>& Output average of Double values in input array or Nil