Click or drag to resize

SampleMinimum Property

Gets the smallest value in the sample.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public double Minimum { get; }

Property Value

Type: Double
Exceptions
ExceptionCondition
InsufficientDataExceptionThe sample contains no data.
See Also