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

AVS.AccumulateProfile Method

Creates a profile in a loop by concatenating individual values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AccumulateProfile
(
	float inValue,
	int? inMaxCount,
	bool inReset,
	AvlNet.Profile outProfile
)

Parameters

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

Function Overrides

See also