You are here: Start » AVL.NET » AVL.AccumulateProfile
Returns a profile of most recent values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void AccumulateProfile ( AvlNet.AccumulateProfileState ioState, float inValue, bool inReset, AvlNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.AccumulateProfileState | ||||
![]() | inValue | float | |||
![]() | 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. |


