SummaryStatistics Constructor (IEnumerableDouble) |
Initializes a new summary of the given sample values.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SummaryStatistics(
IEnumerable<double> values
)
Public Sub New (
values As IEnumerable(Of Double)
)
public:
SummaryStatistics(
IEnumerable<double>^ values
)
new :
values : IEnumerable<float> -> SummaryStatistics
Parameters
- values
- Type: System.Collections.GenericIEnumerableDouble
An enumerator which can iterate over the values to summarize.
Exceptions See Also