You are here: Start » FIL.NET » FIS.AccumulateProfile Method

FIS.AccumulateProfile Method

Creates a profile in a loop by concatenating individual values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also