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

AVL.AccumulateProfile Method

Returns a profile of most recent values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AccumulateProfile(
	ref AvlNet.AccumulateProfileState ioState,
	float inValue,
	int? inMaxCount,
	out AvlNet.Profile outProfile
)

Parameters

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

Errors

Error type Description
DomainError inMaxCount cannot be negative in AccumulateProfile.

See also