Click or drag to resize

StreamingStatisticsMinimum(IEnumerableSingle) Method

Returns the smallest value from the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static float Minimum(
	IEnumerable<float> stream
)

Parameters

stream  IEnumerableSingle
Sample stream, no sorting is assumed.

Return Value

Single

[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.StreamingStatistics.Minimum(System.Collections.Generic.IEnumerable{System.Single})"]

See Also