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

FIS.AccumulateProfile Method

Returns a profile of most recent values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioStateFilNet.AccumulateProfileState
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