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

AVS.FindDataMode_FixedSpread Method

Finds the mode in a set of data values by looking for highest number of samples withing the specified spread.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FindDataMode_FixedSpread
(
	IList<float> inValues,
	float inSpread,
	float? inCycle,
	out float outMode,
	out float outMiddle,
	out int outCount,
	out float outSpread
)

Parameters

Name Type Range Default Description
inValuesSystem.Collections.Generic.IList<float>
inSpreadfloat<0.0f, INF>2.0fDefault value: 2.0f.
inCyclefloat?
outModefloat
outMiddlefloat
outCountint
outSpreadfloat

Function Overrides

See also