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

Invoke.AccumulateProfile

Creates a profile in a loop by concatenating individual values.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AccumulateProfile
(
	float inValue,
	Optional<int> inMaxCount,
	bool inReset,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inValuefloat
inMaxCountAtl.Optional<int><0, INF>Number of last values that are remembered. Default value: atl::NIL.
inResetboolReset accumulator state.
outProfileAvl.ProfileOutput profile.

See also