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