Click or drag to resize

SampleAdd Method (Double)

Adds a value to the sample.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void Add(
	double value
)

Parameters

value
Type: SystemDouble
The value to add.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
InvalidOperationExceptionThe sample is read-only.
See Also