You are here: Start » AVL.NET » Invoke.AccumulateProfile
Creates a profile in a loop by concatenating individual values.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AccumulateProfile ( float inValue, Optional<int> inMaxCount, bool inReset, Avl.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inValue | float | |||
![]()  | inMaxCount | Atl.Optional<int> | <0, INF> | Number of last values that are remembered. Default value: atl::NIL. | |
![]()  | inReset | bool | Reset accumulator state. | ||
![]()  | outProfile | Avl.Profile | Output profile. | 


