You are here: Start » AVL.NET » AVS.FindDataMode_FixedCount Method

AVS.FindDataMode_FixedCount Method

Finds the mode in a set of data values by looking for highest concentration of a fixed number of samples.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FindDataMode_FixedCount
(
	IList<float> inValues,
	float? inMinValue,
	float? inMaxValue,
	int inCount,
	float? inCycle,
	out float outMode,
	out float outMiddle,
	out float outSpread
)

Parameters

Name Type Range Default Description
inValuesSystem.Collections.Generic.IList<float>
inMinValuefloat?
inMaxValuefloat?
inCountint<2, INF>3Default value: 3.
inCyclefloat?
outModefloat
outMiddlefloat
outSpreadfloat

Function Overrides

See also