You are here: Start » AVL.NET » Function Reference » Profile » Profile Combinators » AVL.AccumulateProfile
Creates a profile in a loop by concatenating individual values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void AccumulateProfile ( float inValue, int? inMaxCount, bool inReset, AvlNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inValue | float | |||
![]() | inMaxCount | int? | <0, INF> | Number of last values that are remembered. Default value: atl::NIL. | |
![]() | inReset | bool | Reset accumulator state. | ||
![]() | outProfile | AvlNet.Profile | Output profile. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | inMaxCount cannot be negative in AccumulateProfile. |


