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

Invoke.ProfileAverage

Computes the average value of a profile.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
inRangeAtl.Optional<Avl.Range>
outAveragefloat

See also