Click or drag to resize

SampleAdd Method (IEnumerableDouble)

Adds multiple 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
)

Parameters

values
Type: System.Collections.GenericIEnumerableDouble
An enumerable set of the values to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is .
InvalidOperationExceptionThe sample is read-only.
See Also