Click or drag to resize

BivariateSample.Add Method (XY)

Adds a data point to the sample.

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

Parameters

point
Type: Meta.Numerics.XY
The data point.

Implements

ICollection<T>.Add(T)
See Also