You are here: Start » AVL.NET » Function Reference » Profile » Profile Combinators » AVL.AccumulateProfile

AVL.AccumulateProfile

Creates a profile in a loop by concatenating individual values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void AccumulateProfile
(
	float inValue,
	bool inReset,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inValuefloat
inResetboolReset accumulator state.
outProfileAvlNet.ProfileOutput profile.

Errors

List of possible exceptions:

Error type Description
DomainError inMaxCount cannot be negative in AccumulateProfile.

Function Overrides

See also