Back to FabImage Library website

You are here: Start » Function Reference » 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:fil

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

Syntax

void fil::AverageLongIntegers_OfArray_OrNil
(
	const ftl::Array<ftl::int64>& inArray,
	ftl::Conditional<ftl::int64>& outAverage
)

Parameters

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