You are here: Start » FIL.NET » Invoke.FindDataMode_FixedSpread

Invoke.FindDataMode_FixedSpread

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

Namespace:Fil
Assembly:FilNet.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
inValuesSystem.Collections.Generic.List<float>
inSpreadfloat<0.0f, INF>2.0fDefault value: 2.0f.
inCycleFtl.Optional<float>
outModefloat
outMiddlefloat
outCountint
outSpreadfloat

See also