Click or drag to resize

NMathFunctionsMode(Int32) Method

Determines the most common element in a data set.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int Mode(
	int[] data
)

Parameters

data  Int32
An array of integers.

Return Value

Int32
Mode.
See Also