You are here: Start » AVL.NET » Function Reference » Profile » Profile Features » AVL.ProfileSum

AVL.ProfileSum

Computes the sum of profile values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ProfileSum
(
	AvlNet.Profile inProfile,
	out float outSum
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outSumfloat

Errors

List of possible exceptions:

Error type Description
DomainError Range exceeds the input profile in ProfileSum.

Function Overrides

See also