You are here: Start » AVL.NET » AVL.AccumulateProfile(AvlNet.AccumulateProfileState, float, int?, AvlNet.Profile)

AVL.AccumulateProfile(AvlNet.AccumulateProfileState, float, int?, AvlNet.Profile)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

ioState
Type: AvlNet.AccumulateProfileState
inValue
Type: System.Single
inMaxCount
Type: System.Nullable<System.Int32>
outProfile
Type: AvlNet.Profile

Errors

Error type Description
DomainError inMaxCount cannot be negative in AccumulateProfile.

See also