You are here: Start » AVL.NET » AVS.ProfileAverage Method

AVS.ProfileAverage Method

Computes the average value of a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProfileAverage
(
	AvlNet.Profile inProfile,
	AvlNet.Range? inRange,
	out float outAverage
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inRangeAvlNet.Range?
outAveragefloat

Function Overrides

See also