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

Invoke.FindDataMode_FixedCount

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

Namespace:Fil
Assembly:FilNet.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
inValuesSystem.Collections.Generic.List<float>
inMinValueFtl.Optional<float>
inMaxValueFtl.Optional<float>
inCountint<2, INF>3Default value: 3.
inCycleFtl.Optional<float>
outModefloat
outMiddlefloat
outSpreadfloat

See also