You are here: Start » AVL.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: | Avl | 
|---|---|
| Assembly: | AvlNet.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 | Atl.Optional<float> | |||
![]()  | inMaxValue | Atl.Optional<float> | |||
![]()  | inCount | int | <2, INF> | 3 | Default value: 3. | 
![]()  | inCycle | Atl.Optional<float> | |||
![]()  | outMode | float | |||
![]()  | outMiddle | float | |||
![]()  | outSpread | float | 


