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, out AvlNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.AccumulateProfileState | ||||
![]() | inValue | float | |||
![]() | outProfile | AvlNet.Profile | Output profile. |
Errors
| Error type | Description |
|---|---|
| DomainError | inMaxCount cannot be negative in AccumulateProfile. |


