Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
Statistics Class
Statistics Methods
Minimum Method
Minimum Method (IEnumerable(Double))
Minimum Method (IEnumerable(Nullable(Double)))
Statistics
Minimum Method (IEnumerable
Double
)
Returns the minimum value in the sample data. Returns NaN if data is empty or if any entry is NaN.
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
static
double
Minimum
(
this
IEnumerable
<
double
>
data
)
Parameters
data
Type:
System.Collections.Generic
IEnumerable
Double
The sample data.
Return Value
Type:
Double
The minimum value in the sample data.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable
Double
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
Statistics Class
Minimum Overload
MathNet.Numerics.Statistics Namespace