You are here: Start » FIL.NET » Function Reference » Profile » Profile Features » FIL.ProfileAverage

FIL.ProfileAverage

Computes the average value of a profile.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ProfileAverage
(
	FilNet.Profile inProfile,
	FilNet.Range? inRange,
	out float outAverage
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inRangeFilNet.Range?
outAveragefloat

Errors

List of possible exceptions:

Error type Description
DomainError Empty profile in ProfileAverage.
DomainError Empty profile range in ProfileAverage.
DomainError Range exceeds the input profile in ProfileAverage.

Function Overrides

See also