SummaryStatisticsAdd Method (IEnumerableDouble) |
Adds new values to the sample.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public void Add(
IEnumerable<double> values
)
Public Sub Add (
values As IEnumerable(Of Double)
)
public:
void Add(
IEnumerable<double>^ values
)
member Add :
values : IEnumerable<float> -> unit
Parameters
- values
- Type: System.Collections.GenericIEnumerableDouble
An enumerator which can iterate over the values to add.
Exceptions See Also