You are here: Start » FIL.NET » Invoke.FindDataMode_FixedCount
Finds the mode in a set of data values by looking for highest concentration of a fixed number of samples.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void FindDataMode_FixedCount ( List<float> inValues, Optional<float> inMinValue, Optional<float> inMaxValue, int inCount, Optional<float> inCycle, out float outMode, out float outMiddle, out float outSpread )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inValues | System.Collections.Generic.List<float> | |||
![]() | inMinValue | Ftl.Optional<float> | |||
![]() | inMaxValue | Ftl.Optional<float> | |||
![]() | inCount | int | <2, INF> | 3 | Default value: 3. |
![]() | inCycle | Ftl.Optional<float> | |||
![]() | outMode | float | |||
![]() | outMiddle | float | |||
![]() | outSpread | float |