You are here: Start » AVL.NET » Invoke.FindDataMode_FixedSpread
Finds the mode in a set of data values by looking for highest number of samples withing the specified spread.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void FindDataMode_FixedSpread ( List<float> inValues, float inSpread, Optional<float> inCycle, out float outMode, out float outMiddle, out int outCount, out float outSpread )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inValues | System.Collections.Generic.List<float> | |||
![]()  | inSpread | float | <0.0f, INF> | 2.0f | Default value: 2.0f. | 
![]()  | inCycle | Atl.Optional<float> | |||
![]()  | outMode | float | |||
![]()  | outMiddle | float | |||
![]()  | outCount | int | |||
![]()  | outSpread | float | 


