Click or drag to resize
ArrayStatisticsMinimum Method (Single)
Returns the smallest value from the unsorted data array. Returns NaN if data is empty or any entry is NaN.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public static float Minimum(
	float[] data
)

Parameters

data
Type: SystemSingle
Sample array, no sorting is assumed.

Return Value

Type: Single
See Also