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

AVL.ProfileAverage Method

Computes the average value of a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outAveragefloat

Errors

Error type Description
DomainError Empty profile in ProfileAverage

See also