You are here: Start » FIL.NET » Invoke.ProfileAverage

Invoke.ProfileAverage

Computes the average value of a profile.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ProfileAverage
(
	Fil.Profile inProfile,
	Optional<Fil.Range> inRange,
	out float outAverage
)

Parameters

Name Type Range Default Description
inProfileFil.ProfileInput profile.
inRangeFtl.Optional<Fil.Range>
outAveragefloat

See also