Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Integer » AverageLongIntegers_OfArray_OrNil

AverageLongIntegers_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 Long integers; returns NIL if the array is empty.

Syntax

void avl::AverageLongIntegers_OfArray_OrNil
(
	const atl::Array<atl::int64>& inArray,
	atl::Conditional<atl::int64>& outAverage
)

Parameters

Name Type Default Description
Input value inArray const Array<int64>&
Output value outAverage Conditional<int64>&